Skip to content

Commit 79eda97

Browse files
hotfix/github-actions #21
Add ignore rules for .prettier and .esltinrc, they were trying to modify the workflow actions
1 parent 338281e commit 79eda97

File tree

4 files changed

+4
-60
lines changed

4 files changed

+4
-60
lines changed

.eslintignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,6 @@ node_modules/*
66

77
package.json
88

9-
package-lock.json
9+
package-lock.json
10+
11+
./.github/workflows/**/*.yml

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 40 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 0 additions & 19 deletions
This file was deleted.

.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
./.github/workflows/**/*.yml

0 commit comments

Comments
 (0)