fix: merge multiple .gitignore to unify management (#61)

This commit is contained in:
Binyuan Hui
2024-03-20 21:35:51 +08:00
committed by GitHub
parent fd277666f6
commit a94f3d81cb
4 changed files with 29 additions and 28 deletions

24
frontend/.gitignore vendored
View File

@@ -1,24 +0,0 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/node_modules
/.pnp
.pnp.js
# testing
/coverage
# production
/build
/dist
# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*