forked from nixcn/nixcn-cms
Init golang project
- Gin - Gorm - Viper - Logrus Signed-off-by: Asai Neko <sugar@sne.moe>
This commit is contained in:
45
.gitignore
vendored
Normal file
45
.gitignore
vendored
Normal file
@@ -0,0 +1,45 @@
|
||||
# Devenv
|
||||
.devenv*
|
||||
devenv.local.nix
|
||||
devenv.local.yaml
|
||||
|
||||
# direnv
|
||||
.direnv
|
||||
|
||||
# pre-commit
|
||||
.pre-commit-config.yaml
|
||||
|
||||
# go binaries
|
||||
*.exe
|
||||
*.exe~
|
||||
*.dll
|
||||
*.so
|
||||
*.dylib
|
||||
|
||||
# test binary
|
||||
*.test
|
||||
|
||||
# profiles and artifacts
|
||||
*.out
|
||||
coverage.*
|
||||
*.coverprofile
|
||||
profile.cov
|
||||
|
||||
# dependency directories
|
||||
vendor/
|
||||
|
||||
# go workspace file
|
||||
go.work
|
||||
go.work.sum
|
||||
|
||||
# env file
|
||||
.env
|
||||
|
||||
# editor/ide
|
||||
.idea/
|
||||
.vscode/
|
||||
|
||||
# apple crap
|
||||
.DS_Store
|
||||
__MACOSX
|
||||
._*
|
||||
Reference in New Issue
Block a user