mirror of
https://gitlab1.ptb.de/waltem01/Matrix
synced 2024-12-26 03:51:45 +00:00
25 lines
206 B
Plaintext
25 lines
206 B
Plaintext
# Binaries
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
|
|
# Test binary
|
|
*.test
|
|
|
|
# Coverage output
|
|
*.out
|
|
|
|
# Go workspace
|
|
go.work
|
|
|
|
# IDE configs
|
|
.vscode
|
|
.idea
|
|
|
|
# Env files
|
|
.env
|
|
.env.*
|
|
!.env.example
|