chore: add dev-dist to .gitignore (#1451)
This commit adds 'dev-dist' directory to .gitignore. 'dev-dist' is a folder that gets created when we build the application in development environment, it's not needed to be tracked as it only contains generated files. Signed-off-by: Stefan Dej <meteyou@gmail.com>
This commit is contained in:
parent
a7e70c75d0
commit
ef2d17cadd
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,6 +4,7 @@ design
|
|||||||
*.log
|
*.log
|
||||||
packages/test
|
packages/test
|
||||||
dist
|
dist
|
||||||
|
dev-dist
|
||||||
temp
|
temp
|
||||||
.vuerc
|
.vuerc
|
||||||
.version
|
.version
|
||||||
|
Loading…
x
Reference in New Issue
Block a user