21 lines
277 B
Plaintext
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/*
|