Initial hyper-v demo skeleton
This commit is contained in:
35
.gitignore
vendored
Normal file
35
.gitignore
vendored
Normal file
@@ -0,0 +1,35 @@
|
||||
# Ansible
|
||||
*.retry
|
||||
ansible.log
|
||||
*.pyc
|
||||
__pycache__/
|
||||
|
||||
# Collections
|
||||
collections/ansible_collections/
|
||||
|
||||
# Sensitive files
|
||||
*vault*
|
||||
*secret*
|
||||
*password*
|
||||
*.key
|
||||
*.pem
|
||||
|
||||
# Environment files
|
||||
.env
|
||||
*.env
|
||||
|
||||
# IDE
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Temporary files
|
||||
*.tmp
|
||||
*.bak
|
||||
*.old
|
||||
Reference in New Issue
Block a user