.gitignore 313 B

123456789101112131415161718192021
  1. # Binaries for programs and plugins
  2. *.dll
  3. *.so
  4. *.dylib
  5. # for linux binary
  6. filecloud
  7. *.exe
  8. # Test binary, built with `go test -c`
  9. *.test
  10. # Output of the go coverage tool, specifically when used with LiteIDE
  11. *.out
  12. # Dependency directories (remove the comment below to include it)
  13. # vendor/
  14. *.log
  15. cloud/
  16. .idea/