Files
infinity-squared/.gitignore
2015-02-15 19:21:27 +00:00

17 lines
217 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
# And the OS X files
public/.DS_Store