Last active
June 24, 2024 19:40
-
-
Save igibek/7fc7b4d0784e1357a97173f1aabe183a to your computer and use it in GitHub Desktop.
Security specific gitignore file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # MacOS related | |
| .DS_Store | |
| # These files can contain private keys and/or public keys. | |
| # If you are certain that files with these extensions in your repository does not contain any private keys, | |
| # but only public keys, you can comment the rules out. | |
| *.cer | |
| *.der | |
| *.pem | |
| *.key | |
| *.spc | |
| *.p7a | |
| *.p7b | |
| *.p7c | |
| *.p8 | |
| *.p12 | |
| *.pfx | |
| *.jks | |
| id_rsa | |
| id_dsa |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment