.gitignore 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. ######################################################################
  2. # Build Tools
  3. .gradle
  4. /forge-admin-ui/build/
  5. !gradle/wrapper/gradle-wrapper.jar
  6. target/
  7. !.mvn/wrapper/maven-wrapper.jar
  8. ######################################################################
  9. # IDE
  10. ### STS ###
  11. .apt_generated
  12. .classpath
  13. .factorypath
  14. .project
  15. .settings
  16. .springBeans
  17. ### IntelliJ IDEA ###
  18. .idea
  19. *.iws
  20. *.iml
  21. *.ipr
  22. ### JRebel ###
  23. rebel.xml
  24. ### NetBeans ###
  25. nbproject/private/
  26. nbbuild/
  27. dist/
  28. nbdist/
  29. .nb-gradle/
  30. ######################################################################
  31. # Others
  32. *.log
  33. **/.flattened-pom.xml
  34. *.xml.versionsBackup
  35. *.swp
  36. # Git worktrees
  37. .worktrees/
  38. !*/build/*.java
  39. !*/build/*.html
  40. !*/build/*.xml
  41. deploy/
  42. .DS_Store
  43. node_modules/
  44. npm-debug.log*
  45. yarn-debug.log*
  46. yarn-error.log*
  47. **/*.log
  48. # 运行时产物,一律不进版本库:
  49. # var/logs 服务日志(含将来可能出现的 .gz 滚动日志、heapdump 等非 .log 后缀文件)
  50. # var/tmp 排查诊断临时文件(SDK 反编译输出、Java Agent、一次性验证脚本与截图等)
  51. var/
  52. tests/**/coverage/
  53. tests/e2e/reports
  54. selenium-debug.log
  55. # Editor directories and files
  56. .vscode
  57. *.suo
  58. *.ntvs*
  59. *.njsproj
  60. *.sln
  61. *.local
  62. package-lock.json
  63. yarn.lock
  64. ######################################################################
  65. # 本地配置文件(避免泄露敏感信息)
  66. ######################################################################
  67. # 后端配置
  68. **/application-dev.yml
  69. **/application-local.yml
  70. **/application-dev.properties
  71. **/application-local.properties
  72. **/config/application-*.yml
  73. **/config/application-*.properties
  74. # 前端配置
  75. **/.env.local
  76. **/.env.development.local
  77. **/vite.config.local.js
  78. # 其他敏感配置
  79. **/application-*.yml.*
  80. **/*config*.local.*
  81. *.env
  82. .env
  83. *.secrets
  84. forge/db/community-export/
  85. *docs-dist
  86. !/docs/vendor/