Skip to content

Instantly share code, notes, and snippets.

@igibek
Last active June 24, 2024 19:40
Show Gist options
  • Select an option

  • Save igibek/7fc7b4d0784e1357a97173f1aabe183a to your computer and use it in GitHub Desktop.

Select an option

Save igibek/7fc7b4d0784e1357a97173f1aabe183a to your computer and use it in GitHub Desktop.
Security specific gitignore file
# 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