Skip to content

Commit

Permalink
chore: add dev-dist to .gitignore
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
meteyou committed Jul 1, 2023
1 parent 21d3d39 commit 50fb11c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ design
*.log
packages/test
dist
dev-dist
temp
.vuerc
.version
Expand Down

0 comments on commit 50fb11c

Please sign in to comment.