Files
qwerty-learner/.gitignore
Collins 775f85b333 Add EF level words (7~16) (#440)
* feature: add EF level word list (1-6)

* feature: add EF dictionary

* fix: word formatting error

* feature: add EF level word list (7-16)

* feature: add EF level word list (7-16)

* style: Add idea file ignore

* fix: complete the lost modifications after merging.

* fix: word errors

---------

Co-authored-by: KaiyiWing <Zhang.kaiyi42@gmail.com>
2023-04-27 00:07:00 +08:00

31 lines
365 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.test.local
.env.production.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.eslintcache
package-lock.json
.env
stats.html
.idea