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/
|
||||
yarn-error.log
|
||||
*/yarn.lock
|
||||
|
||||
|
||||
env
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user