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