Matrix/.gitignore

25 lines
206 B
Plaintext
Raw Normal View History

2024-04-12 07:59:21 +00:00
# Binaries
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary
*.test
# Coverage output
*.out
# Go workspace
go.work
2024-04-12 07:59:10 +00:00
# IDE configs
2024-04-12 07:56:47 +00:00
.vscode
.idea
2024-04-12 07:59:10 +00:00
# Env files
2024-04-12 07:56:47 +00:00
.env
.env.*
!.env.example