Skip to content

Commit

Permalink
add gitignore for development comodity
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve committed Oct 27, 2015
1 parent 80977fe commit 6dd3839
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,16 @@
# Created by .gitignore support plugin (hsz.mobi)
.idea/
.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

0 comments on commit 6dd3839

Please sign in to comment.