chore: ignore packer plugin files
This commit is contained in:
16
.gitignore
vendored
16
.gitignore
vendored
@@ -2,21 +2,27 @@
|
|||||||
**/credentials*
|
**/credentials*
|
||||||
|
|
||||||
# Configurations
|
# Configurations
|
||||||
## Ignore default config directory.
|
# Ignore default config directory.
|
||||||
config/
|
config/
|
||||||
|
|
||||||
# Manifests
|
# Manifests
|
||||||
## Ignore manifests directory.
|
# Ignore manifests directory.
|
||||||
manifests/*.json
|
manifests/*.json
|
||||||
|
|
||||||
# MacOS
|
# MacOS
|
||||||
## Ignore desktop services files.
|
# Ignore desktop services files.
|
||||||
**/.DS_Store
|
**/.DS_Store
|
||||||
|
|
||||||
# Certificates and Keys
|
# Certificates and Keys
|
||||||
## Ignore certificates files.
|
# Ignore certificates files.
|
||||||
**/*.cer
|
**/*.cer
|
||||||
**/*.crt
|
**/*.crt
|
||||||
**/*.p7b
|
**/*.p7b
|
||||||
## Ignore public key files
|
|
||||||
|
# Ignore public key files
|
||||||
**/*.pub
|
**/*.pub
|
||||||
|
|
||||||
|
# Ignore packer plugin files
|
||||||
|
plugin.hwm
|
||||||
|
plugin.pwd
|
||||||
|
plugin.pwi
|
||||||
|
|||||||
Reference in New Issue
Block a user