reupload after migration

This commit is contained in:
ITmodulo 2023-03-19 02:20:36 +00:00
commit 5639101bac
22 changed files with 3381 additions and 7 deletions

17
.gitignore vendored
View file

@ -1,13 +1,15 @@
# ---> Go
# If you prefer the allow list template instead of the deny list, see community template:
# https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore
#
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
Sonically
*Sonically
Sonically*
*Sonically.debug
Sonically.debug*
# Test binary, built with `go test -c`
*.test
@ -18,6 +20,11 @@
# Dependency directories (remove the comment below to include it)
# vendor/
# Go workspace file
go.work
# Personal data dir dynamicly created by App
.Sonically/**
.Sonically
# Build Environment Test and Backup Dir
build_environment/backup
build_environment/test