typeorm/.gitignore
Piotr Kuczynski bec548a7d4
ci: migrate from nyc to c8 (#11759)
Co-authored-by: Oleg "OSA413" Sokolov <OSA413@users.noreply.github.com>
2025-11-20 22:15:53 +05:00

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/*