Files
infinity-squared/.gitignore
2013-11-02 13:41:10 +00:00

14 lines
174 B
Plaintext

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