Files
infinity-squared/.gitignore

15 lines
179 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