update .gitignore
This commit is contained in:
parent
e2cc3019dd
commit
9a8a705444
1 changed files with 5 additions and 1 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
@ -1,4 +1,8 @@
|
|||
bower_components/
|
||||
node_modules/
|
||||
vendor/
|
||||
package-lock.json
|
||||
package-lock.json
|
||||
|
||||
# temporay
|
||||
src/
|
||||
TODO.md
|
Reference in a new issue