first commit
This commit is contained in:
24
.gitignore
vendored
Normal file
24
.gitignore
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user