Files
vagrant/.gitignore
Martin Cholewa 8844cf3dd0 fix repo
2026-01-23 10:14:09 +01:00

17 lines
232 B
Plaintext

# Ignore Vagrant working directory
.vagrant/
# Ignore large Vagrant box files and images
*.box
*.img
noble-server-cloudimg-arm64.img
ubuntu-*.box
# Optional: Ignore other common system files
*.log
*.swp
*.swo
.DS_Store
Thumbs.db