Skip to content

Commit 783d006

Browse files
authored
follow-up to #428: update ignore files (#431)
- actually update lint/prettier/git ignore files with scatch, crawls, test-crawls, behaviors, as needed
1 parent 2a49406 commit 783d006

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.eslintignore

+2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
.*
22
behaviors.js
3+
behaviors/
4+
scratch/

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ crawls/
77
test-crawls/
88
.DS_Store
99
dist
10+
scratch/

.prettierignore

+3
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
11
dist
2+
scratch
3+
crawls
4+
test-crawls

0 commit comments

Comments
 (0)