Skip to content

Commit

Permalink
Create .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
soypat authored Jan 19, 2024
1 parent 8f73bb2 commit 6c10aa5
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
# Go workspaces.
go.work
go.work.sum
# Test binary, built with `go test -c`
*.test
# Dependency directories after running `go mod vendor`
vendor/

# Binaries for programs and plugins
*.elf
*.uf2
*.exe
*.exe~
*.dll
*.so
*.dylib
*.hex
# `__debug_bin` Debug binary generated in VSCode when using the built-in debugger.
*bin

# IDE
.vscode/

# For local development and testing create `local` directories.
local

# Output of the go coverage tool, specifically when used with LiteIDE
*.out
*.cov

# Log files and common data formats.
*.log
*.Log
*.LOG
*.csv
*.tsv
*.dat
*.json
*.xlsx
*.xls
*.zip
*.gz
*.tar

# If running a python script.
*/__pycache__/*

0 comments on commit 6c10aa5

Please sign in to comment.