Files
go-transcrypt/.gitignore
Jan Tytgat 3866bf0c0c Update .gitignore
Signed-off-by: Jan Tytgat <jan.tytgat@corelayer.eu>
2024-10-23 09:23:14 +02:00

35 lines
529 B
Plaintext

# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# Folder view configuration files
.DS_Store
Desktop.ini
# Thumbnail cache files
._*
Thumbs.db
# Files that might appear on external disks
.Spotlight-V100
.Trashes
# Compilation/Build output folder
output/
# Jetbrains Configuration files
.idea/
# Go specific files
# - Test binary, built with `go test -c`
*.test
# - Output of the go coverage tool, specifically when used with LiteIDE
*.out
# - Dependency directories
vendor/
# - Go workspace file
go.work