Added env folder to gitignore
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -12,3 +12,6 @@ src/webserver/access.log
|
|||||||
./seasoned_api/conf/
|
./seasoned_api/conf/
|
||||||
yarn-error.log
|
yarn-error.log
|
||||||
*/yarn.lock
|
*/yarn.lock
|
||||||
|
|
||||||
|
|
||||||
|
env
|
||||||
|
|||||||
@@ -7,7 +7,8 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "webpack-dev-server --open --config webpack.dev.js",
|
"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": {
|
"dependencies": {
|
||||||
"clean-webpack-plugin": "^0.1.17",
|
"clean-webpack-plugin": "^0.1.17",
|
||||||
|
|||||||
Reference in New Issue
Block a user