init
This commit is contained in:
26
.gitignore
vendored
26
.gitignore
vendored
@@ -21,3 +21,29 @@
|
||||
# Go workspace file
|
||||
go.work
|
||||
|
||||
# RelSpec specific
|
||||
relspec
|
||||
*.test
|
||||
coverage.out
|
||||
coverage.html
|
||||
|
||||
# IDE
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Test outputs
|
||||
test_output/
|
||||
*.db
|
||||
*.sqlite
|
||||
*.sqlite3
|
||||
|
||||
# Build artifacts
|
||||
dist/
|
||||
build/
|
||||
|
||||
Reference in New Issue
Block a user