Add .gitignore for Ansible and Oracle project
This commit is contained in:
32
.gitignore
vendored
32
.gitignore
vendored
@@ -1,2 +1,32 @@
|
|||||||
|
# Ansible
|
||||||
|
*.retry
|
||||||
|
|
||||||
/.vscode
|
# OS generated files
|
||||||
|
.DS_Store
|
||||||
|
.DS_Store?
|
||||||
|
._*
|
||||||
|
.Spotlight-V100
|
||||||
|
.Trashes
|
||||||
|
ehthumbs.db
|
||||||
|
Thumbs.db
|
||||||
|
|
||||||
|
# Python
|
||||||
|
__pycache__/
|
||||||
|
*.pyc
|
||||||
|
*.pyo
|
||||||
|
*.pyd
|
||||||
|
|
||||||
|
# Logs
|
||||||
|
*.log
|
||||||
|
|
||||||
|
# Temporary files
|
||||||
|
*.tmp
|
||||||
|
*.swp
|
||||||
|
*.bak
|
||||||
|
|
||||||
|
# Sensitive files (uncomment if needed)
|
||||||
|
# inventory/
|
||||||
|
# vars/vault.yml (if not encrypted)
|
||||||
|
|
||||||
|
# Oracle specific
|
||||||
|
# oracle_sources/ (if local downloads)
|
||||||
|
|||||||
Reference in New Issue
Block a user