Skip to content

Commit

Permalink
Merge branch 'use-refine-options-title' into RK-682-superplate-add-ta…
Browse files Browse the repository at this point in the history
…ilwind-preset
  • Loading branch information
alicanerdurmaz authored Jun 4, 2024
2 parents 4199efd + 7460136 commit 5eb0123
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 5eb0123

Please sign in to comment.