From 6dd383938555675095f92e14636fc1e3b18d84bd Mon Sep 17 00:00:00 2001 From: Steve Date: Tue, 27 Oct 2015 22:44:05 +0100 Subject: [PATCH] add gitignore for development comodity --- .gitignore | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4dff4e4..7a2e453 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,16 @@ # Created by .gitignore support plugin (hsz.mobi) -.idea/ \ No newline at end of file +.idea/ + +* +!./application/config/aauth.php +!./application/controllers/example.php +!./application/helpers/googleauthenticator_helper.php +!./application/helpers/recaptchalib_helper.php +!./application/language/english/aauth_lang.php +!./application/language/french/aauth_lang.php +!./application/language/spanish/aauth_lang.php +!./application/libraries/Aauth.php +!./LICENSE +!./README.md +!./sql/Aauth_v2.sql +!./sql/readme.txt