Add .gitignore

This commit is contained in:
user-admin 2026-01-31 02:45:35 +00:00
parent be306d027d
commit 1a8a72a912
1 changed files with 21 additions and 0 deletions

21
.gitignore vendored Normal file
View File

@ -0,0 +1,21 @@
# dependencies
/node_modules
/.pnp
.pnp.js
# testing
/coverage
# production
/build
# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*