reupload after migration
This commit is contained in:
parent
9478f29c29
commit
5639101bac
22 changed files with 3381 additions and 7 deletions
17
.gitignore
vendored
17
.gitignore
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue