Exclude webpack build folder
This commit is contained in:
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
|
||||||
|
|||||||
Reference in New Issue
Block a user