.gitignore 495 B

123456789101112131415161718192021222324252627282930313233
  1. # Binaries for programs and plugins
  2. *.exe
  3. *.exe~
  4. *.dll
  5. *.so
  6. *.dylib
  7. # Test binary, build with `go test -c`
  8. *.test
  9. # Output of the go coverage tool, specifically when used with LiteIDE
  10. *.out
  11. # Binary files
  12. /fave
  13. /bin/*
  14. # Virtual hosts logs
  15. /hosts/*/logs/*
  16. !/hosts/*/logs/.*
  17. # Virtual hosts temp dir
  18. /hosts/*/tmp/*
  19. !/hosts/*/tmp/.*
  20. # Test virtual host dir
  21. /hosts/example.com
  22. # Default host mysql config file
  23. /hosts/localhost/config/mysql.json
  24. # All else
  25. /hosts/localhost/config/.installed