chore: Add gitignore
This commit is contained in:
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
|
||||
|
Reference in New Issue
Block a user