Skip to content

Commit

Permalink
Rename certificates to.example extension (#65)
Browse files Browse the repository at this point in the history
* Rename certificates to a `.example` extension.
* Add `**/.crt` and `**/.pb7` to .gitignore.
  • Loading branch information
tenthirtyam committed Sep 29, 2021
1 parent f344284 commit 7d1e8f6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,6 @@ crash.log
# Configurations
## Ignore custom configurations.
config/
## Ignore certificatess.
**/.crt
**/.p7b
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ The directory structure of the repository.
│ └── data
│ └── autounattend.pkrtpl.hcl
├── certificates
│ ├── root-ca.crt
│ └── root-ca.p7b
│ ├── root-ca.crt.example
│ └── root-ca.p7b.example
├── manifests
└── scripts
├── linux
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 7d1e8f6

Please sign in to comment.