You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
87 lines
1.0 KiB
87 lines
1.0 KiB
# Binaries |
|
gitcitadel-online |
|
*.exe |
|
*.exe~ |
|
*.dll |
|
*.so |
|
*.dylib |
|
*.test |
|
*.out |
|
|
|
# Go build artifacts |
|
/bin/ |
|
/dist/ |
|
/build/ |
|
|
|
# Go workspace file |
|
go.work |
|
go.work.sum |
|
|
|
# User-specific config files |
|
config.yaml |
|
*.local.yaml |
|
*.local.yml |
|
|
|
# Test binary, built with `go test -c` |
|
*.test |
|
|
|
# Output of the go coverage tool |
|
*.out |
|
coverage.html |
|
coverage.txt |
|
|
|
# Dependency directories |
|
vendor/ |
|
|
|
# Go module cache (if using local cache) |
|
.go-mod-cache/ |
|
.go-cache/ |
|
|
|
# Node.js |
|
node_modules/ |
|
npm-debug.log* |
|
yarn-debug.log* |
|
yarn-error.log* |
|
.npm |
|
# Note: package-lock.json should be committed for reproducible builds |
|
|
|
# Local gc-parser directory (the actual repo is at ../gc-parser) |
|
gc-parser/ |
|
|
|
# IDE and editor files |
|
.vscode/ |
|
.idea/ |
|
*.swp |
|
*.swo |
|
*~ |
|
.DS_Store |
|
*.sublime-project |
|
*.sublime-workspace |
|
|
|
# Logs |
|
*.log |
|
logs/ |
|
|
|
# Environment files |
|
.env |
|
.env.local |
|
.env.*.local |
|
|
|
# Temporary files |
|
tmp/ |
|
temp/ |
|
*.tmp |
|
|
|
# OS-specific |
|
Thumbs.db |
|
.DS_Store |
|
.AppleDouble |
|
.LSOverride |
|
|
|
# Cache directories (runtime cache, not source code) |
|
.cache/ |
|
/cache/ |
|
|
|
# Build artifacts |
|
*.a |
|
*.o
|
|
|