initial commit
This commit is contained in:
28
.gitignore
vendored
Normal file
28
.gitignore
vendored
Normal file
@@ -0,0 +1,28 @@
|
||||
# Binaries for the current project
|
||||
*.exe
|
||||
*.dll
|
||||
*.so
|
||||
*.dylib
|
||||
|
||||
# Go build cache
|
||||
.cache/go-build/
|
||||
|
||||
# IDE-specific files and directories
|
||||
.idea/
|
||||
.vscode/
|
||||
*.iml
|
||||
*.ipr
|
||||
*.iws
|
||||
|
||||
# Operating system specific files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Test coverage output
|
||||
*.out
|
||||
|
||||
# Dependency management tools (if not vendoring)
|
||||
vendor/ # Uncomment if you are not vendoring dependencies
|
||||
|
||||
# Log files
|
||||
*.log
|
||||
Reference in New Issue
Block a user