Skip to content

Commit

Permalink
fix vite gitignore (#402)
Browse files Browse the repository at this point in the history
  • Loading branch information
alicanerdurmaz authored Jun 3, 2024
1 parent 3f2f447 commit 0af3df6
Showing 1 changed file with 21 additions and 18 deletions.
39 changes: 21 additions & 18 deletions refine-vite/template/gitignore
Original file line number Diff line number Diff line change
@@ -1,23 +1,26 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# Logs

# dependencies
/node_modules
/.pnp
.pnp.js
logs
_.log
npm-debug.log_
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*

# testing
/coverage
node_modules
dist
dist-ssr
\*.local

# production
/build
# Editor directories and files

# misc
.vscode/_
!.vscode/extensions.json
.idea
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*
_.suo
_.ntvs_
_.njsproj
_.sln
\*.sw?

0 comments on commit 0af3df6

Please sign in to comment.