chore: initialize minions template repository
This commit is contained in:
39
.gitignore
vendored
Normal file
39
.gitignore
vendored
Normal file
@@ -0,0 +1,39 @@
|
||||
# OS artifacts
|
||||
.DS_Store
|
||||
**/.DS_Store
|
||||
|
||||
# Local operator/minion scratch context
|
||||
.mm.md
|
||||
|
||||
# Secrets and local environment files
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
*.pem
|
||||
*.key
|
||||
*.p12
|
||||
*.pfx
|
||||
|
||||
# Editor and workspace settings
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
|
||||
# Logs and temporary files
|
||||
*.log
|
||||
*.tmp
|
||||
*.temp
|
||||
*.bak
|
||||
*.orig
|
||||
|
||||
# Python artifacts (if minions/scripts are added)
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
.venv/
|
||||
venv/
|
||||
|
||||
# Node artifacts (if helper tooling is added)
|
||||
node_modules/
|
||||
dist/
|
||||
coverage/
|
||||
Reference in New Issue
Block a user