use symlink for web config rather than a separate file
This commit is contained in:
parent
af128f1c58
commit
c9ee1ccc66
2 changed files with 2 additions and 4 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -1,6 +1,3 @@
|
|||
# config
|
||||
config.json
|
||||
|
||||
# npm
|
||||
dist
|
||||
web
|
||||
|
@ -10,5 +7,5 @@ node_modules
|
|||
.idea
|
||||
.vscode
|
||||
|
||||
#log
|
||||
# log
|
||||
yarn-error.log
|
||||
|
|
1
src/config.json
Symbolic link
1
src/config.json
Symbolic link
|
@ -0,0 +1 @@
|
|||
config.template.json
|
Loading…
Add table
Add a link
Reference in a new issue