Update .gitignore
This commit is contained in:
parent
e883181b5a
commit
dfc8413302
1 changed files with 7 additions and 0 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
|
@ -91,3 +91,10 @@ fabric.properties
|
|||
# Android studio 3.1+ serialized cache file
|
||||
.idea/caches/build_file_checksums.ser
|
||||
|
||||
# Node/npm
|
||||
node_modules/
|
||||
npm-debug.log
|
||||
.DS_Store
|
||||
.env
|
||||
dist/
|
||||
coverage/
|
||||
Loading…
Reference in a new issue