initial commit
This commit is contained in:
41
.gitignore
vendored
Normal file
41
.gitignore
vendored
Normal file
@@ -0,0 +1,41 @@
|
||||
# Binaries and build artifacts
|
||||
bin/
|
||||
build/
|
||||
dist/
|
||||
out/
|
||||
tmp/
|
||||
|
||||
# Go compiler outputs
|
||||
*.exe
|
||||
*.exe~
|
||||
*.dll
|
||||
*.so
|
||||
*.dylib
|
||||
*.test
|
||||
*.out
|
||||
|
||||
# Dependency/vendor directories
|
||||
vendor/
|
||||
|
||||
# Coverage and profiling data
|
||||
coverage.*
|
||||
*.cov
|
||||
*.coverprofile
|
||||
*.pprof
|
||||
*.prof
|
||||
profile.out
|
||||
|
||||
# Local configs and secrets
|
||||
.env
|
||||
.env.*
|
||||
*.local
|
||||
*.secret.yaml
|
||||
|
||||
# IDE/editor state
|
||||
.idea/
|
||||
.vscode/
|
||||
*.code-workspace
|
||||
|
||||
# OS junk
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
Reference in New Issue
Block a user