Skip to content

Commit

Permalink
update gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekpacia committed Apr 7, 2024
1 parent 40d11f1 commit 5114dcc
Showing 1 changed file with 23 additions and 3 deletions.
26 changes: 23 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,14 +1,34 @@
# 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

.DS_Store
.env
.idea/
config.toml


# build artifacts
/fhome
/fhomed
*.exe

# generated
# Generated by HAP
/db
nohup.out

# GoReleaser
dist/

0 comments on commit 5114dcc

Please sign in to comment.