17 lines
232 B
Plaintext
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
|
|
|