typeorm/.gitignore
2025-09-19 18:34:39 +02:00

30 lines
366 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/*