Açıklama Yok

.gitignore 1.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. # config
  2. src/assets/config*.json
  3. !src/assets/config-template.json
  4. src/scripts/scriptConfig.json
  5. src/assets/*idtags*.json
  6. !src/assets/idtags-template.json
  7. src/assets/configs-docker/*.json
  8. mikro-orm.config*.ts
  9. !mikro-orm.config-template.ts
  10. manifest*.yml
  11. !manifest-cf-template.yml
  12. # Created by git for backups. To disable backups in git:
  13. # $ git config --global mergetool.keepBackup false
  14. *.orig
  15. # Created by git when using merge tools for conflicts
  16. *.BACKUP.*
  17. *.BASE.*
  18. *.LOCAL.*
  19. *.REMOTE.*
  20. *_BACKUP_*.txt
  21. *_BASE_*.txt
  22. *_LOCAL_*.txt
  23. *_REMOTE_*.txt
  24. # Logs
  25. logs
  26. *.log
  27. npm-debug.log*
  28. pnpm-debug.log*
  29. # Runtime data
  30. pids
  31. *.pid
  32. *.seed
  33. # Directory for instrumented libs generated by jscoverage/JSCover
  34. lib-cov
  35. # Coverage directory used by tools like istanbul
  36. coverage
  37. # nyc test coverage
  38. .nyc_output
  39. # Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
  40. .grunt
  41. # node-waf configuration
  42. .lock-wscript
  43. # Compiled binary addons (http://nodejs.org/api/addons.html)
  44. dist
  45. # Dependency directories
  46. node_modules
  47. jspm_packages
  48. # Optional npm cache directory
  49. .npm
  50. # Optional REPL history
  51. .node_repl_history
  52. # Grunt usually compiles files inside this directory
  53. dist/
  54. # Grunt usually preprocesses files such as coffeescript, compass... inside the .tmp directory
  55. .tmp/
  56. # Grunt typescript cache
  57. .tscache/
  58. tscommand-*
  59. # temporary file
  60. tmp
  61. # Intellij
  62. /.idea
  63. /outputs
  64. /docker/mongo
  65. build/config.gypi
  66. # VisualStudioCode
  67. .vscode/*
  68. !.vscode/settings.json
  69. !.vscode/tasks.json
  70. !.vscode/launch.json
  71. !.vscode/extensions.json
  72. # Vim
  73. # Persistent undo
  74. [._]*.un~
  75. # Temporary
  76. .netrwhist
  77. *~
  78. # Clinic
  79. *.clinic-*
  80. # System Files
  81. .DS_Store
  82. Thumbs.db
  83. # Winston
  84. *-audit.json
  85. # MTA
  86. *.mta
  87. mta_archives/
  88. # pnpm
  89. package-lock.json
  90. *.bak
  91. .eslintcache
  92. temp/
  93. *.tar.gz
  94. /performance/
  95. performanceRecords.json
  96. performanceRecords.json.lock
  97. *.db