init push
This commit is contained in:
62
.gitignore
vendored
Normal file
62
.gitignore
vendored
Normal file
@@ -0,0 +1,62 @@
|
||||
# Go
|
||||
*.exe
|
||||
*.exe~
|
||||
*.dll
|
||||
*.so
|
||||
*.dylib
|
||||
*.test
|
||||
*.out
|
||||
*.prof
|
||||
|
||||
# Build
|
||||
/bin/
|
||||
/build/
|
||||
/dist/
|
||||
/tmp/
|
||||
|
||||
# Coverage
|
||||
coverage.out
|
||||
coverage.txt
|
||||
|
||||
# Go workspace
|
||||
/vendor/
|
||||
|
||||
# IDE/editor
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
*.swn
|
||||
*.tmp
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Env files
|
||||
.env
|
||||
.env.*
|
||||
!.env.local.example
|
||||
|
||||
# Generated configs
|
||||
*.generated.json
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
|
||||
# Docker
|
||||
**/.docker/
|
||||
|
||||
# GoFiber (optional)
|
||||
# (No special ignores required beyond Go build artifacts)
|
||||
|
||||
# Claude Config
|
||||
.claude/
|
||||
|
||||
# Codex Config
|
||||
.codex
|
||||
|
||||
# Graphify outputs
|
||||
**/graphify-out/
|
||||
.graphify-venv/
|
||||
AGENTS.md
|
||||
Reference in New Issue
Block a user