mirror of
https://github.com/jamieahelmke/ansible-quickstart.git
synced 2026-01-02 14:42:11 +01:00
Initial commit
This commit is contained in:
25
.gitignore
vendored
Normal file
25
.gitignore
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
# Python virtual environment
|
||||
env/
|
||||
venv/
|
||||
|
||||
# Ansible local data
|
||||
ansible/lib/collections/
|
||||
|
||||
# Backups
|
||||
*backup*/
|
||||
*.bak
|
||||
|
||||
# Caches and logs
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.pyo
|
||||
*.retry
|
||||
*.log
|
||||
|
||||
# macOS system files
|
||||
.DS_Store
|
||||
|
||||
# Editor and OS stuff
|
||||
.idea/
|
||||
.vscode/
|
||||
*.swp
|
||||
Reference in New Issue
Block a user