AI given structure
This commit is contained in:
23
.gitignore
vendored
Normal file
23
.gitignore
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
# Secrets - never commit
|
||||
.env
|
||||
*.env
|
||||
!.env.example
|
||||
|
||||
# Docker runtime
|
||||
**/acme.json
|
||||
**/logs/
|
||||
**/*.log
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# MkDocs
|
||||
site/
|
||||
|
||||
# Editor
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
Reference in New Issue
Block a user