init: first init
This commit is contained in:
30
.gitignore
vendored
Normal file
30
.gitignore
vendored
Normal file
@@ -0,0 +1,30 @@
|
||||
# Go binaries
|
||||
/bin/
|
||||
/bin/*
|
||||
|
||||
# Dependency directories (remove the comment below if you use modules)
|
||||
# vendor/
|
||||
|
||||
# Go test binary, build cache, and other artifacts
|
||||
*.test
|
||||
*.out
|
||||
*.exe
|
||||
*.exe~
|
||||
*.dll
|
||||
*.so
|
||||
*.dylib
|
||||
|
||||
# IDE and editor files
|
||||
*.idea/
|
||||
*.vscode/
|
||||
*.swp
|
||||
*.swo
|
||||
*.sublime-workspace
|
||||
*.sublime-project
|
||||
|
||||
# OS generated files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
token/
|
||||
token.json
|
||||
Reference in New Issue
Block a user