| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124 |
- # config
- src/assets/config*.json
- !src/assets/config-template.json
- src/scripts/scriptConfig.json
- src/assets/*idtags*.json
- !src/assets/idtags-template.json
- src/assets/configs-docker/*.json
- mikro-orm.config*.ts
- !mikro-orm.config-template.ts
- manifest*.yml
- !manifest-cf-template.yml
- # Created by git for backups. To disable backups in git:
- # $ git config --global mergetool.keepBackup false
- *.orig
- # Created by git when using merge tools for conflicts
- *.BACKUP.*
- *.BASE.*
- *.LOCAL.*
- *.REMOTE.*
- *_BACKUP_*.txt
- *_BASE_*.txt
- *_LOCAL_*.txt
- *_REMOTE_*.txt
- # Logs
- logs
- *.log
- npm-debug.log*
- pnpm-debug.log*
- # Runtime data
- pids
- *.pid
- *.seed
- # Directory for instrumented libs generated by jscoverage/JSCover
- lib-cov
- # Coverage directory used by tools like istanbul
- coverage
- # nyc test coverage
- .nyc_output
- # Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
- .grunt
- # node-waf configuration
- .lock-wscript
- # Compiled binary addons (http://nodejs.org/api/addons.html)
- dist
- # Dependency directories
- node_modules
- jspm_packages
- # Optional npm cache directory
- .npm
- # Optional REPL history
- .node_repl_history
- # Grunt usually compiles files inside this directory
- dist/
- # Grunt usually preprocesses files such as coffeescript, compass... inside the .tmp directory
- .tmp/
- # Grunt typescript cache
- .tscache/
- tscommand-*
- # temporary file
- tmp
- # Intellij
- /.idea
- /outputs
- /docker/mongo
- build/config.gypi
- # VisualStudioCode
- .vscode/*
- !.vscode/settings.json
- !.vscode/tasks.json
- !.vscode/launch.json
- !.vscode/extensions.json
- # Vim
- # Persistent undo
- [._]*.un~
- # Temporary
- .netrwhist
- *~
- # Clinic
- *.clinic-*
- # System Files
- .DS_Store
- Thumbs.db
- # Winston
- *-audit.json
- # MTA
- *.mta
- mta_archives/
- # pnpm
- package-lock.json
- *.bak
- .eslintcache
- temp/
- *.tar.gz
- /performance/
- performanceRecords.json
- performanceRecords.json.lock
- *.db
|