Files
infinity-squared/.gitignore
2015-03-22 22:08:41 +00:00

21 lines
277 B
Plaintext

# Ignore everything
/*
/*/
# Except Infinity Squared
!public/
!index.php
!result.php
!header.php
!footer.php
!.gitignore
!README.md
!LICENSE.md
!CHANGELOG.md
# But specifically ignore these things
public/config.php
public/.DS_Store
public/custom.css
public/phpqrcode/cache/*