mirror of
https://github.com/krislamo/freecloud
synced 2026-05-25 14:53:26 +00:00
67a8d267aa
Refined gitignore. Moved testing variables back to group_vars.
15 lines
143 B
Plaintext
15 lines
143 B
Plaintext
# Vagrant files
|
|
.vagrant
|
|
|
|
# Unneeded ansible file
|
|
*.retry
|
|
|
|
# Production files
|
|
*.yml
|
|
host_vars
|
|
|
|
# Testing env exceptions
|
|
!testing.yml
|
|
!all.yml
|
|
|