Compare commits

...

2 Commits

Author SHA1 Message Date
dondon27 5d0d13a614 init dir structure
1 year ago
dondon27 990e84a497 add .gitignore
1 year ago

39
.gitignore vendored

@ -0,0 +1,39 @@
# Reference https://github.com/github/gitignore/blob/master/Go.gitignore
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# 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/
# Go workspace file
go.work
# Compiled Object files, Static and Dynamic libs (Shared Objects)
*.o
*.a
*.so
# OS General
Thumbs.db
.DS_Store
# project
*.cert
*.key
*.log
bin/
# Develop tools
.vscode/
.idea/
*.swp

@ -0,0 +1 @@
老马代驾后端

@ -0,0 +1 @@
老马代驾-顾客前端

@ -0,0 +1 @@
老马代驾-司机前端

@ -0,0 +1 @@
老马代驾-管理前端
Loading…
Cancel
Save