Modified gitignore to exclude cert & key files for https

This commit is contained in:
rembo10
2013-08-24 10:15:20 +05:30
parent ea1d86b6b1
commit 2e55b0eb5b

5
.gitignore vendored
View File

@@ -15,6 +15,11 @@
logs/*
cache/*
# HTTPS Cert/Key #
##################
*.crt
*.key
# OS generated files #
######################
.DS_Store?