.gitignore 387 B

123456789101112131415161718192021
  1. # Binaries for programs and plugins
  2. *.exe
  3. *.exe~
  4. *.dll
  5. *.so
  6. *.dylib
  7. example/Example.app
  8. # Test binary, build with `go test -c`
  9. *.test
  10. # Output of the go coverage tool, specifically when used with LiteIDE
  11. *.out
  12. ## JetBrains Idea and Goland
  13. /.idea/**/*.*
  14. /.idea/\$CACHE_FILE\$
  15. /.idea/dataSources/
  16. !/.idea/inspectionProfiles/Project_Default.xml
  17. !/.idea/dictionaries/*.xml
  18. !/.idea/go.xml