mirror of
https://github.com/typeorm/typeorm.git
synced 2025-12-08 21:26:23 +00:00
32 lines
442 B
Plaintext
32 lines
442 B
Plaintext
### macOS ###
|
|
.DS_Store
|
|
._*
|
|
|
|
### Node ###
|
|
npm-debug.log*
|
|
build/
|
|
coverage/
|
|
*.lcov
|
|
.nyc_output/
|
|
node_modules/
|
|
|
|
### VisualStudioCode ###
|
|
.vscode/*
|
|
!.vscode/settings.json
|
|
!.vscode/tasks.json
|
|
!.vscode/launch.json
|
|
!.vscode/extensions.json
|
|
!.vscode/*.code-snippets
|
|
|
|
### Other IDEs ###
|
|
.idea/
|
|
*.iml
|
|
|
|
### Custom ###
|
|
/ormconfig.json
|
|
ormlogs.log
|
|
|
|
/test/github-issues/799/tmp/*
|
|
# test projects generated by test/github-issues/issue-8975.ts
|
|
/*TestProject
|