This commit is contained in:
Quan HL
2023-09-25 17:11:25 +07:00
parent 82439cca83
commit 93397e0c70
9 changed files with 171 additions and 62 deletions
+27
View File
@@ -0,0 +1,27 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/node_modules
/.pnp
.pnp.js
# testing
/coverage
# production
/build
/dist
/lib
/components
# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*