chore: Add gitignore
This commit is contained in:
parent
4a08e4aa37
commit
d11bfc25dd
15
.gitignore
vendored
Normal file
15
.gitignore
vendored
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
/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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user