.gitignore 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  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. tests/**/coverage/
  49. tests/e2e/reports
  50. selenium-debug.log
  51. # Editor directories and files
  52. .vscode
  53. *.suo
  54. *.ntvs*
  55. *.njsproj
  56. *.sln
  57. *.local
  58. package-lock.json
  59. yarn.lock
  60. ######################################################################
  61. # 本地配置文件(避免泄露敏感信息)
  62. ######################################################################
  63. # 后端配置
  64. **/application-dev.yml
  65. **/application-local.yml
  66. **/application-dev.properties
  67. **/application-local.properties
  68. **/config/application-*.yml
  69. **/config/application-*.properties
  70. # 前端配置
  71. **/.env.local
  72. **/.env.development.local
  73. **/vite.config.local.js
  74. # 其他敏感配置
  75. **/application-*.yml.*
  76. **/*config*.local.*
  77. *.env
  78. .env
  79. *.secrets
  80. forge/db/community-export/
  81. *docs-dist
  82. !/docs/vendor/