1
Fork 0

Ignore file updates (#2252)

* Update ignore to use directories

* Add lint ignore files
This commit is contained in:
toasted-nutbread 2022-10-15 13:13:21 -04:00 committed by GitHub
parent 441b6882ca
commit 3dd7c63c53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 2 deletions

2
.eslintignore Normal file
View File

@ -0,0 +1,2 @@
node_modules/
builds/

4
.gitignore vendored
View File

@ -1,3 +1,3 @@
node_modules
builds
node_modules/
builds/
.DS_Store

2
.htmlvalidateignore Normal file
View File

@ -0,0 +1,2 @@
node_modules/
builds/

2
.stylelintignore Normal file
View File

@ -0,0 +1,2 @@
node_modules/
builds/