ansible-playbook-static-sit.../.gitignore

16 lines
230 B
Plaintext
Raw Permalink Normal View History

2023-11-10 13:22:08 +00:00
/inventory
# ignore roles pulled by ansible-galaxy
/roles/galaxy/*
!/roles/galaxy/.gitkeep
# ignores vscode file
.vscode
# ingores macos files
.DS_Store
# Allows users to create a .keys directory that holds the ci keys
.keys