2021-03-09 12:39:13 +00:00
|
|
|
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
|
2022-10-08 16:50:46 +00:00
|
|
|
# compiled library files
|
|
|
|
dist
|
|
|
|
|
2021-03-09 12:39:13 +00:00
|
|
|
# dependencies
|
2022-10-08 18:02:55 +00:00
|
|
|
node_modules
|
2021-03-09 12:39:13 +00:00
|
|
|
/.pnp
|
|
|
|
.pnp.js
|
|
|
|
|
|
|
|
# testing
|
|
|
|
/coverage
|
|
|
|
|
2021-06-17 18:16:11 +00:00
|
|
|
dict
|
|
|
|
diac.ts
|
|
|
|
|
2021-03-09 12:39:13 +00:00
|
|
|
# production
|
2022-10-08 18:02:55 +00:00
|
|
|
build
|
|
|
|
dist
|
2021-03-09 12:39:13 +00:00
|
|
|
|
|
|
|
# misc
|
|
|
|
.DS_Store
|
|
|
|
.env.local
|
|
|
|
.env.development.local
|
|
|
|
.env.test.local
|
|
|
|
.env.production.local
|
|
|
|
|
|
|
|
npm-debug.log*
|
|
|
|
yarn-debug.log*
|
|
|
|
yarn-error.log*
|
|
|
|
|
|
|
|
/src/verbs.ts
|
2022-10-08 16:50:46 +00:00
|
|
|
/src/nouns-adjs.ts
|