Exclude webpack build folder
This commit is contained in:
parent
93f3664c88
commit
f0269a161c
1 changed files with 3 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -21,3 +21,6 @@ backups/
|
||||||
config.json
|
config.json
|
||||||
public/js/common.js
|
public/js/common.js
|
||||||
.sequelizerc
|
.sequelizerc
|
||||||
|
|
||||||
|
# ignore webpack build
|
||||||
|
public/build
|
||||||
|
|
Loading…
Reference in a new issue