| 123456789101112131415161718 |
- # Binaries for programs and plugins
- *.exe
- *.exe~
- *.dll
- *.so
- *.dylib
- # Output of the go coverage tool, specifically when used with LiteIDE
- *.out
- # Dependency directories (remove the comment below to include it)
- # vendor/
- # Added by cargo
- ./license-gen/target
- /target
- /.idea
|