Sonically/.gitignore

31 lines
506 B
Plaintext
Raw Permalink Normal View History

2023-03-19 01:43:32 +01:00
# ---> Go
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
2023-03-19 03:20:36 +01:00
Sonically
*Sonically
Sonically*
*Sonically.debug
Sonically.debug*
2023-03-19 01:43:32 +01:00
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# Dependency directories (remove the comment below to include it)
# vendor/
2023-03-19 03:20:36 +01:00
# Personal data dir dynamicly created by App
.Sonically/**
.Sonically
# Build Environment Test and Backup Dir
build_environment/backup
build_environment/test
2023-03-19 01:43:32 +01:00