sbt-idp/cope2n-fe/.gitignore

35 lines
465 B
Plaintext
Raw Normal View History

2024-01-31 04:08:20 +00:00
# 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
2023-11-30 11:19:06 +00:00
npm-debug.log*
yarn-debug.log*
yarn-error.log*
2024-01-31 04:08:20 +00:00
# rollup-plugin-visualizer
stats.html
# Ignore all the installed packages
2023-11-30 11:19:06 +00:00
node_modules
# linguijs locales
src/locales/**/*.ts
src/locales/**/*.js