think/.gitignore

23 lines
237 B
Plaintext
Raw Normal View History

2022-02-20 11:51:55 +00:00
node_modules
.DS_Store
.idea
dist
dist-ssr
coverage
test-results
.pnpm-store
.npmrc
tsconfig.tsbuildinfo
.env
*.local
*.cache
*error.log
*debug.log
2022-05-18 08:07:06 +00:00
*.conf
2022-02-20 11:51:55 +00:00
2022-02-22 15:17:17 +00:00
packages/config/yaml/dev.yaml
2022-05-18 08:07:06 +00:00
packages/config/yaml/prod.yaml
2022-05-18 13:50:20 +00:00
scripts/update.sh