phase 0.3
This commit is contained in:
commit
4a94bfc4e7
52 changed files with 11653 additions and 0 deletions
57
gitignore
Normal file
57
gitignore
Normal file
|
|
@ -0,0 +1,57 @@
|
|||
# ========================
|
||||
# JetBrains IDEs (IntelliJ IDEA, GoLand, etc.)
|
||||
# ========================
|
||||
.idea/
|
||||
*.iml
|
||||
*.ipr
|
||||
*.iws
|
||||
out/
|
||||
.idea_modules/
|
||||
|
||||
# ========================
|
||||
# Visual Studio Code
|
||||
# ========================
|
||||
.vscode/
|
||||
*.code-workspace
|
||||
.history/
|
||||
|
||||
# ========================
|
||||
# Go
|
||||
# ========================
|
||||
# Binaries
|
||||
*.exe
|
||||
*.exe~
|
||||
*.dll
|
||||
*.so
|
||||
*.dylib
|
||||
|
||||
# Test binary
|
||||
*.test
|
||||
|
||||
# Output of go build
|
||||
*.out
|
||||
|
||||
# Dependency directory
|
||||
vendor/
|
||||
|
||||
# Go workspace file
|
||||
go.work
|
||||
go.work.sum
|
||||
|
||||
# Go module download cache
|
||||
/go/pkg/mod/
|
||||
|
||||
# Build output
|
||||
bin/
|
||||
dist/
|
||||
|
||||
# Environment files
|
||||
.env
|
||||
.env.local
|
||||
.env.*.local
|
||||
|
||||
# OS generated
|
||||
.DS_Store
|
||||
.DS_Store?
|
||||
Thumbs.db
|
||||
ehthumbs.db
|
||||
Loading…
Add table
Add a link
Reference in a new issue