sbt-idp/cope2n-fe/.gitignore
2024-01-31 11:08:20 +07:00

35 lines
465 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
/dist
# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# rollup-plugin-visualizer
stats.html
# Ignore all the installed packages
node_modules
# linguijs locales
src/locales/**/*.ts
src/locales/**/*.js