.gitignore 152 B

12345678910111213141516
  1. .env
  2. .git
  3. .svn
  4. .idea
  5. .vscode
  6. .htaccess
  7. *.log
  8. nginx.htaccess
  9. vendor/*
  10. runtime/*
  11. composer.lock
  12. test/html
  13. test/nginx.htaccess
  14. test/.htaccess
  15. test/runtime