Update .gitignore
This commit is contained in:
parent
002a2ab0f8
commit
a150bc51aa
1 changed files with 4 additions and 4 deletions
8
.gitignore
vendored
8
.gitignore
vendored
|
|
@ -10,13 +10,13 @@
|
||||||
index.html
|
index.html
|
||||||
node_modules
|
node_modules
|
||||||
npm-debug.log
|
npm-debug.log
|
||||||
private
|
|
||||||
static
|
|
||||||
tmp
|
|
||||||
/books
|
/books
|
||||||
/notes
|
/notes
|
||||||
/src
|
|
||||||
/states
|
/states
|
||||||
/videos
|
/videos
|
||||||
/web
|
/web
|
||||||
|
private/
|
||||||
|
src/
|
||||||
|
static/
|
||||||
|
tmp/
|
||||||
.elasticbeanstalk/
|
.elasticbeanstalk/
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue