typeorm/.gitignore
mptr 3a72e35081
test: cli init with local typeorm package (#9926)
* test: cli init with local typeorm package

Uses the locally built files instead of the typeorm
package published to npmjs. This enables testing project
initialisation with unreleased typeorm package versions.

* fix: enable init cli to be testable w non-releases
2023-04-13 05:24:44 +05:00

18 lines
327 B
Plaintext

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