Update gitignore to built JS files
This commit is contained in:
parent
31557e5ccf
commit
e7d65aa99b
1 changed files with 2 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -3,6 +3,8 @@
|
||||||
node_modules
|
node_modules
|
||||||
.vscode
|
.vscode
|
||||||
server/server.toml
|
server/server.toml
|
||||||
|
server/built/*
|
||||||
|
server/dist/*
|
||||||
|
|
||||||
#=============================================================================#
|
#=============================================================================#
|
||||||
# The files that were auto-generated into a .gitignore by Vue-cli
|
# The files that were auto-generated into a .gitignore by Vue-cli
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue