暫無描述

.cfignore 872B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. .git
  2. .gitignore
  3. .gitattributes
  4. .gitmodules
  5. .github
  6. .prettierrc.json
  7. .prettierignore
  8. eslint.config.js
  9. .eslintcache
  10. .lintstagedrc.json
  11. .lintstagedrc.js
  12. .lintstagedrc.cjs
  13. .husky
  14. .editorconfig
  15. .vscode
  16. *.code-workspace
  17. .clinic
  18. *.clinic-*
  19. .tscache
  20. .c8rc.json
  21. .nycrc.json
  22. .nyc_output
  23. .reuse
  24. .xmake.cfg
  25. # Logs
  26. logs/
  27. *.log
  28. # Winston
  29. *-audit.json
  30. # Vim
  31. # Persistent undo
  32. [._]*.un~
  33. # Temporary
  34. .netrwhist
  35. *~
  36. *.bak
  37. *.orig
  38. *.BACKUP.*
  39. *.BASE.*
  40. *.LOCAL.*
  41. *.REMOTE.*
  42. *_BACKUP_*.txt
  43. *_BASE_*.txt
  44. *_LOCAL_*.txt
  45. *_REMOTE_*.txt
  46. *.md
  47. *.db
  48. *idtags-template.*
  49. *config-template.*
  50. *cf-template.*
  51. manifest-*.yml
  52. *.tar.gz
  53. *.mta
  54. commitlint.config.js
  55. commitlint.config.cjs
  56. bundle.js
  57. mikro-orm.config.ts
  58. mta.yaml
  59. mta_archives
  60. pnpm-lock.yaml
  61. docker
  62. src
  63. tests
  64. ui
  65. temp
  66. outputs
  67. coverage
  68. node_modules
  69. sonar-project.properties
  70. performance/
  71. performanceRecords.json
  72. performanceRecords.json.lock
  73. tsconfig*.json