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

15 lines
212 B
Plaintext

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