mirror of
https://github.com/Sosokker/go-chi-oapi-codegen-todolist.git
synced 2025-12-19 05:54:07 +01:00
27 lines
317 B
Plaintext
27 lines
317 B
Plaintext
# Binaries for programs and plugins
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
|
|
# Test binary, build artifacts
|
|
*.test
|
|
*.out
|
|
bin/
|
|
vendor/
|
|
*GENERATED*
|
|
*generated*
|
|
|
|
# Environment variables
|
|
.env*
|
|
config.yaml # Often contains secrets, check your policy
|
|
|
|
# IDE settings
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Local development artifacts
|
|
/tmp
|
|
|
|
config.yaml |