pashto-grammar/.gitignore

26 lines
335 B
Plaintext
Raw Normal View History

2021-03-06 10:40:31 +00:00
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
2022-11-02 06:08:24 +00:00
/src/words/raw-words.ts
2021-03-06 10:40:31 +00:00
# dependencies
/node_modules
/.pnp
.pnp.js
# testing
/coverage
# production
/build
# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*