Skip to content

Commit

Permalink
Update gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
blu3berryys authored Jan 31, 2025
1 parent d224fea commit ea604bc
Showing 1 changed file with 25 additions and 13 deletions.
38 changes: 25 additions & 13 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,13 +1,25 @@
# Binaries
/croc
/croc.exe
zsh_autocomplete
bash_autocomplete
dist
bin
croc-stdin*

.idea/
.vscode/
src/utils/bigfile.test
test1/
# If you prefer the allow list template instead of the deny list, see community template:
# https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore
#
# 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

# Dependency directories (remove the comment below to include it)
# vendor/

# Go workspace file
go.work
go.work.sum

# env file
.env

0 comments on commit ea604bc

Please sign in to comment.