Compare commits
2 Commits
5bfdeb2f36
...
5d0d13a614
Author | SHA1 | Date |
---|---|---|
dondon27 | 5d0d13a614 | 1 year ago |
dondon27 | 990e84a497 | 1 year ago |
@ -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…
Reference in new issue