| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798 |
- # macOS files
- .DS_Store
- # Environment files
- .env.local
- .env.*.local
- conf.d/
- keystore.json
- # Build outputs
- build/
- bin/
- bin_release/
- release/
- static/
- dist/
- # Logs
- logs/
- *.log
- npm-debug.log*
- yarn-debug.log*
- yarn-error.log*
- latest_log
- # Dependencies
- node_modules/
- pnpm-lock.yaml
- .pnpm-debug.log
- # Uploads and temporary files
- uploads/
- rm_file/
- # IDE and Editor files
- .idea/
- .vscode/
- .settings/
- *.suo
- *.ntvs*
- *.njsproj
- *.sln
- *.sw?
- *.iml
- # Go specific
- *.exe
- *.test
- *.prof
- *.o
- *.a
- *.so
- *.[568vq]
- [568vq].out
- *.cgo1.go
- *.cgo2.c
- _cgo_defun.c
- _cgo_gotypes.go
- _cgo_export.*
- _testmain.go
- _obj/
- _test/
- __debug_bin*
- __debug*
- *-api
- application
- # Database files
- *.db
- *.sqlite
- *.sqlite3
- # Archives
- *.tar.gz
- # Office files
- *.xlsx
- *.numbers
- # Build tools
- makefile
- Makefile
- *.groovy
- # Documentation (Claude generated)
- CLAUDE.md
- .claude/
- docs/
- # Project specific
- .specstory
- conf/app.local.yml
- magic_admin/magic_admin
- magic_admin/go_server
- magic_server/magic_server
- magic_server/app
- 后台手动发送红包功能说明.md
|