2024-08-12 19:48:31 +00:00
|
|
|
# Logs
|
|
|
|
logs
|
|
|
|
*.log
|
|
|
|
npm-debug.log*
|
|
|
|
yarn-debug.log*
|
|
|
|
yarn-error.log*
|
|
|
|
pnpm-debug.log*
|
|
|
|
lerna-debug.log*
|
2022-10-08 16:50:46 +00:00
|
|
|
|
2024-08-12 19:48:31 +00:00
|
|
|
# fetched vocab
|
|
|
|
src/verbs.ts
|
|
|
|
src/nouns-adjs.ts
|
2024-08-21 18:35:01 +00:00
|
|
|
vocab/mini-dict-entries.ts
|
2021-03-09 12:39:13 +00:00
|
|
|
|
|
|
|
# testing
|
|
|
|
/coverage
|
|
|
|
|
2021-06-17 18:16:11 +00:00
|
|
|
dict
|
|
|
|
diac.ts
|
|
|
|
|
2024-08-12 19:48:31 +00:00
|
|
|
node_modules
|
2022-10-08 18:02:55 +00:00
|
|
|
build
|
|
|
|
dist
|
2024-08-12 19:48:31 +00:00
|
|
|
dist-ssr
|
|
|
|
*.local
|
|
|
|
/.pnp
|
|
|
|
.pnp.js
|
2021-03-09 12:39:13 +00:00
|
|
|
|
2024-08-12 19:48:31 +00:00
|
|
|
# Editor directories and files
|
|
|
|
.vscode/*
|
|
|
|
!.vscode/extensions.json
|
|
|
|
.idea
|
|
|
|
.DS_Store
|
2021-03-09 12:39:13 +00:00
|
|
|
.DS_Store
|
|
|
|
.env.local
|
|
|
|
.env.development.local
|
|
|
|
.env.test.local
|
|
|
|
.env.production.local
|
2024-08-12 19:48:31 +00:00
|
|
|
*.suo
|
|
|
|
*.ntvs*
|
|
|
|
*.njsproj
|
|
|
|
*.sln
|
|
|
|
*.sw?
|