Add .gitignore for Zola static site
This commit is contained in:
+23
@@ -0,0 +1,23 @@
|
||||
# Build output
|
||||
public/
|
||||
|
||||
# Zola cache
|
||||
.zola_cache/
|
||||
|
||||
# Node (if using npm for tooling)
|
||||
node_modules/
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Editor
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
|
||||
# Environment
|
||||
.env
|
||||
.env.local
|
||||
Reference in New Issue
Block a user