.gitignore 277 B

123456789101112131415161718
  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. /target
  14. /.idea