.gitignore 279 B

12345678910111213141516171819
  1. # Binaries for programs and plugins
  2. *.exe
  3. *.exe~
  4. *.dll
  5. *.so
  6. *.dylib
  7. # Output of the go coverage tool, specifically when used with LiteIDE
  8. *.out
  9. # Dependency directories (remove the comment below to include it)
  10. # vendor/
  11. # Added by cargo
  12. license-gen/target
  13. .idea
  14. build
  15. target