🙈 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_modules/
|
||||
# Node
|
||||
node_modules
|
||||
package-lock.json
|
||||
|
||||
# Test dir
|
||||
test/
|
||||
# Tests
|
||||
test
|
||||
|
||||
# Compiled
|
||||
lib/
|
||||
# Compiled files
|
||||
lib
|
||||
|
||||
# error logs
|
||||
yarn-error.log
|
||||
# Yarn logs
|
||||
yarn*.log
|
||||
|
||||
# demo
|
||||
demo/
|
||||
# Demo
|
||||
demo
|
||||
|
|
Loading…
Reference in a new issue