Files
infinity-squared/.gitignore

19 lines
286 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
# Also specifically ignore the phpqrcode cache
public/phpqrcode/cache/*