mirror of
https://github.com/typeorm/typeorm.git
synced 2025-12-08 21:26:23 +00:00
29 lines
353 B
Plaintext
29 lines
353 B
Plaintext
### macOS ###
|
|
.DS_Store
|
|
._*
|
|
|
|
### Node ###
|
|
build/
|
|
coverage/
|
|
node_modules/
|
|
npm-debug.log*
|
|
*.lcov
|
|
|
|
### 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/*
|