An improved .gitignore thanks to http://stackoverflow.com/a/3694877/1432333
This commit is contained in:
6
.gitignore
vendored
6
.gitignore
vendored
@@ -1,16 +1,14 @@
|
||||
# Ignore everything
|
||||
*
|
||||
/*
|
||||
/*/
|
||||
|
||||
# Except Infinity Squared
|
||||
!public/
|
||||
!public/config-sample.php
|
||||
!public/recaptchalib.php
|
||||
!index.php
|
||||
!result.php
|
||||
!header.php
|
||||
!footer.php
|
||||
!.gitignore
|
||||
!public/fonts/
|
||||
|
||||
# Specifically ignore the config file
|
||||
public/config.php
|
||||
|
||||
Reference in New Issue
Block a user