20 lines
159 B
Plaintext
20 lines
159 B
Plaintext
update_data
|
|
log
|
|
|
|
# Go build artifacts
|
|
bin/
|
|
*.exe
|
|
*.test
|
|
*.out
|
|
|
|
# Modules and vendor
|
|
vendor/
|
|
|
|
# Editor and OS files
|
|
.DS_Store
|
|
.idea/
|
|
.vscode/
|
|
|
|
# Env files
|
|
.env
|