Files
rs_website/.gitignore
Blake Ridgway 03fcf37beb first commit
2026-03-07 21:16:51 -06:00

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