Skip to content

Commit

Permalink
Fix .vscodeignore file
Browse files Browse the repository at this point in the history
  • Loading branch information
axelboc committed Feb 6, 2024
1 parent a0771d3 commit 570fb38
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions .vscodeignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
/.vscode/
/node_modules/
/dist/
# Ignore everything
**

/app/
/src/
/vite.config.json
# Include specific files
!assets/*
!dist/**
!out/*
!package.json
!CONTRIBUTING.md
!CHANGELOG.md
!LICENSE.md
!README.md

0 comments on commit 570fb38

Please sign in to comment.