🙈 Update gitignore
This commit is contained in:
parent
7a59094aa3
commit
4b5875a08c
1 changed files with 11 additions and 10 deletions
21
.gitignore
vendored
21
.gitignore
vendored
|
@ -1,14 +1,15 @@
|
||||||
# Modules
|
# Node
|
||||||
node_modules/
|
node_modules
|
||||||
|
package-lock.json
|
||||||
|
|
||||||
# Test dir
|
# Tests
|
||||||
test/
|
test
|
||||||
|
|
||||||
# Compiled
|
# Compiled files
|
||||||
lib/
|
lib
|
||||||
|
|
||||||
# error logs
|
# Yarn logs
|
||||||
yarn-error.log
|
yarn*.log
|
||||||
|
|
||||||
# demo
|
# Demo
|
||||||
demo/
|
demo
|
||||||
|
|
Loading…
Reference in a new issue