Skip to content

Commit

Permalink
chore: add dev-dist to .gitignore (#1451)
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 authored Jul 1, 2023
1 parent a7e70c7 commit ef2d17c
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 ef2d17c

Please sign in to comment.