.gitignore 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. ######################################################################
  2. # Build Tools
  3. .gradle
  4. /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. build/*
  27. nbbuild/
  28. dist/
  29. nbdist/
  30. .nb-gradle/
  31. ######################################################################
  32. # Others
  33. *.log
  34. *.xml.versionsBackup
  35. *.swp
  36. # Node.js files
  37. node_modules/
  38. package-lock.json
  39. # Documentation and test files
  40. CLAUDE.md
  41. *.curl
  42. nul
  43. ######################################################################
  44. # Project-specific ignores
  45. # Documentation files
  46. .claude/
  47. docs/
  48. DEPLOY-HAIKOU.md
  49. FailedMatchItem-API-DOC.md
  50. HAIKOU-DEPLOYMENT-README.md
  51. README_DAILY_EXAM_INTEGRATION.md
  52. 安检分级质控系统云服务信息安全保障方案.md
  53. 安检分级质控系统信息安全保障说明书(精简版).md
  54. 安检分级质控系统信息安全说明文档.md
  55. # Configuration and deployment scripts
  56. application-haikou.yml
  57. deploy-haikou.sh
  58. nginx-dual-env.conf
  59. nginx.conf.new
  60. # SQL scripts
  61. create_tables.sql
  62. debug_query.sql
  63. sql/add_department_fields_to_daily_task.sql
  64. sql/daily_question_answer.sql
  65. sql/edu_cs_weak_module_rule.sql
  66. sql/quartz_daily_task_expire_job.sql
  67. # Testing and utilities
  68. postman/
  69. stress-test/
  70. !*/build/*.java
  71. !*/build/*.html
  72. !*/build/*.xml