1234567891011121314151617181920212223242526272829303132333435363738394041 |
- local/
- vendor/
- # GoLand IDEA
- /.idea/
- *.iml
- # VS Code
- .vscode
- *.code-workspace
- # Binaries for programs and plugins
- *.exe
- *.exe~
- *.dll
- *.so
- *.dylib
- bin/
- dist/
- .tools/
- # Emacs
- *~
- \#*\#
- # Miscellaneous files
- *.sw[op]
- *.DS_Store
- # Coverage
- coverage/*
- *-coverage.txt
- integration-coverage.html
- # Wix
- *.wixobj
- *.wixpdb
- go.work*
- /result
|