Files
infinity-squared/.gitignore

16 lines
225 B
Plaintext

# Ignore everything
*
# Except Infinity Squared
!public/
!public/config-sample.php
!public/recaptchalib.php
!index.php
!result.php
!header.php
!footer.php
!.gitignore
# Specifically ignore the config file
public/config.php