typeorm/.gitignore
2023-01-28 16:03:13 +05:00

16 lines
251 B
Plaintext

.nyc_output/
.DS_Store
.vscode/
.idea/
build/
coverage/
node_modules/
/ormconfig.json
ormlogs.log
npm-debug.log
/test/github-issues/799/tmp/*
# ignore yarn2 artifacts but allow yarn.lock (forces yarn1 compat which is node_modules)
.yarn/
.yarn*
*.iml