.gitignore 186 B

123456789
  1. .idea
  2. .php_cs.cache
  3. app/.config.php
  4. app/storage/tmp/*
  5. app/storage/submission/*
  6. app/storage/paste/*
  7. !app/storage/tmp/.gitkeep
  8. !app/storage/submission/.gitkeep
  9. !app/storage/paste/.gitkeep