Files
msa-fe/.gitignore
icurfer 293bcdbea6
All checks were successful
Build And Test / build-and-push (push) Successful in 1m53s
test
2025-04-23 15:23:39 +09:00

26 lines
347 B
Plaintext

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