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
|
# Ignore everything
|
||||||
*
|
/*
|
||||||
|
/*/
|
||||||
|
|
||||||
# Except Infinity Squared
|
# Except Infinity Squared
|
||||||
!public/
|
!public/
|
||||||
!public/config-sample.php
|
|
||||||
!public/recaptchalib.php
|
|
||||||
!index.php
|
!index.php
|
||||||
!result.php
|
!result.php
|
||||||
!header.php
|
!header.php
|
||||||
!footer.php
|
!footer.php
|
||||||
!.gitignore
|
!.gitignore
|
||||||
!public/fonts/
|
|
||||||
|
|
||||||
# Specifically ignore the config file
|
# Specifically ignore the config file
|
||||||
public/config.php
|
public/config.php
|
||||||
|
|||||||
Reference in New Issue
Block a user