25 lines
285 B
Plaintext
25 lines
285 B
Plaintext
# Binary
|
|
website
|
|
/website
|
|
|
|
# Environment — never commit secrets
|
|
.env
|
|
|
|
# Generated syntax CSS (regenerated at startup)
|
|
static/css/syntax.css
|
|
|
|
# Uploaded images (large/binary files)
|
|
static/uploads/
|
|
|
|
# Editor / OS
|
|
.DS_Store
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Go build cache
|
|
*.test
|
|
*.out
|