Added env folder to gitignore

This commit is contained in:
2017-11-28 19:10:45 +01:00
parent 7f4b95c8c4
commit be4c79ca16
2 changed files with 5 additions and 1 deletions

3
.gitignore vendored
View File

@@ -12,3 +12,6 @@ src/webserver/access.log
./seasoned_api/conf/
yarn-error.log
*/yarn.lock
env

View File

@@ -7,7 +7,8 @@
"license": "MIT",
"scripts": {
"start": "webpack-dev-server --open --config webpack.dev.js",
"build": "webpack --config webpack.prod.js"
"build": "webpack --config webpack.prod.js",
"build_dev": "webpack --config webpack.dev.js"
},
"dependencies": {
"clean-webpack-plugin": "^0.1.17",