Ignoring '.eslintcache'

This commit is contained in:
2021-02-14 14:03:28 +01:00
parent 6f58a94656
commit e21459a9d0
2 changed files with 2 additions and 2 deletions

3
.gitignore vendored
View File

@@ -1,3 +1,4 @@
.eslintcache
.DS_* .DS_*
*.log *.log
logs logs
@@ -5,4 +6,4 @@ logs
**/*.back.* **/*.back.*
node_modules node_modules
bower_components bower_components

File diff suppressed because one or more lines are too long