Compare commits

..

2 Commits

Author SHA1 Message Date
xsq 449fe21c7c init dir structure
1 year ago
xsq 9bdf5f7007 add .gitignore
1 year ago

30
.gitignore vendored

@ -0,0 +1,30 @@
*.exe
*.exe~
*.dll
*.so
*.dylib
*.test
*.out
vendor/
go.work
*.o
*.a
*.so
Thumbs.db
.DS_Store
*.cert
*.key
*.log
bin/
.vscode/
.idea/
*.swp

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

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

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

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