mirror of
https://github.com/typeorm/typeorm.git
synced 2025-12-08 21:26:23 +00:00
16 lines
251 B
Plaintext
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
|