Add .gitignore
This commit is contained in:
+30
@@ -0,0 +1,30 @@
|
|||||||
|
# Build artifacts
|
||||||
|
output/
|
||||||
|
.ansible-node-rootfs.tar
|
||||||
|
*.raw
|
||||||
|
*.qcow2
|
||||||
|
vmlinuz-*
|
||||||
|
initramfs-*
|
||||||
|
|
||||||
|
# Python
|
||||||
|
__pycache__/
|
||||||
|
*.pyc
|
||||||
|
.venv/
|
||||||
|
|
||||||
|
# OS
|
||||||
|
.DS_Store
|
||||||
|
Thumbs.db
|
||||||
|
|
||||||
|
# IDE
|
||||||
|
.idea/
|
||||||
|
.vscode/
|
||||||
|
*.swp
|
||||||
|
*.swo
|
||||||
|
|
||||||
|
# Ansible
|
||||||
|
*.retry
|
||||||
|
ansible.log
|
||||||
|
|
||||||
|
# Report output (committed sample is explicit)
|
||||||
|
reports/*.json
|
||||||
|
!reports/sample-output.json
|
||||||
Reference in New Issue
Block a user