.gitignore 1013 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. # macOS files
  2. .DS_Store
  3. # Environment files
  4. .env.local
  5. .env.*.local
  6. conf.d/
  7. keystore.json
  8. # Build outputs
  9. build/
  10. bin/
  11. bin_release/
  12. release/
  13. static/
  14. dist/
  15. # Logs
  16. logs/
  17. *.log
  18. npm-debug.log*
  19. yarn-debug.log*
  20. yarn-error.log*
  21. latest_log
  22. # Dependencies
  23. node_modules/
  24. pnpm-lock.yaml
  25. .pnpm-debug.log
  26. # Uploads and temporary files
  27. uploads/
  28. rm_file/
  29. # IDE and Editor files
  30. .idea/
  31. .vscode/
  32. .settings/
  33. *.suo
  34. *.ntvs*
  35. *.njsproj
  36. *.sln
  37. *.sw?
  38. *.iml
  39. # Go specific
  40. *.exe
  41. *.test
  42. *.prof
  43. *.o
  44. *.a
  45. *.so
  46. *.[568vq]
  47. [568vq].out
  48. *.cgo1.go
  49. *.cgo2.c
  50. _cgo_defun.c
  51. _cgo_gotypes.go
  52. _cgo_export.*
  53. _testmain.go
  54. _obj/
  55. _test/
  56. __debug_bin*
  57. __debug*
  58. *-api
  59. application
  60. # Database files
  61. *.db
  62. *.sqlite
  63. *.sqlite3
  64. # Archives
  65. *.tar.gz
  66. # Office files
  67. *.xlsx
  68. *.numbers
  69. # Build tools
  70. makefile
  71. Makefile
  72. *.groovy
  73. # Documentation (Claude generated)
  74. CLAUDE.md
  75. .claude/
  76. docs/
  77. # Project specific
  78. .specstory
  79. conf/app.local.yml
  80. magic_admin/magic_admin
  81. magic_admin/go_server
  82. magic_server/magic_server
  83. magic_server/app
  84. 后台手动发送红包功能说明.md