Skip to content

Commit

Permalink
Revert "Delete .gitignore"
Browse files Browse the repository at this point in the history
This reverts commit adc3fa5. I mistakenly removed gitignore files. Sorry, learning.
:wq!
  • Loading branch information
vipulchhajer committed Jan 21, 2025
1 parent adc3fa5 commit d5899f9
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib

# Test binary, built with `go test -c`
*.test

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

# Go workspace file
go.work

# Build
community-tools
dist/
BUILD.bazel

# MacOS
.DS_Store

# Pixlet
*.webp
*.gif
*.tar.gzssh_key
ssh_key.pub

0 comments on commit d5899f9

Please sign in to comment.