44 lines
442 B
Plaintext
44 lines
442 B
Plaintext
# Binaries for programs and plugins
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
|
|
# Test binary, built with `go test -c`
|
|
*.test
|
|
|
|
# Output of the go coverage tool
|
|
*.out
|
|
|
|
# Dependency directories
|
|
vendor/
|
|
|
|
# Go workspace file
|
|
go.work
|
|
|
|
# IDE files
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Application specific
|
|
uploads/*
|
|
!uploads/.gitkeep
|
|
config.yaml
|
|
config.local.yaml
|
|
*.log
|
|
|
|
# Build output
|
|
qd-sc-server
|
|
qd-sc-server.exe
|
|
dist/
|
|
build/
|
|
|