CLean up site generation
This commit is contained in:
14
.gitignore
vendored
Normal file → Executable file
14
.gitignore
vendored
Normal file → Executable file
@@ -3,21 +3,21 @@
|
||||
*.env
|
||||
!.env.example
|
||||
|
||||
# Docker runtime
|
||||
**/acme.json
|
||||
# Docker runtime files
|
||||
**/*.json
|
||||
**/logs/
|
||||
**/*.log
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# MkDocs
|
||||
site/
|
||||
|
||||
# Editor
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
|
||||
# python
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.pyo
|
||||
|
||||
Reference in New Issue
Block a user