Files
deceptifeed/.gitignore
Ryan Smith 5dc1a6d91c Change output directory to ./bin when compiling
Previously, binaries were compiled to ./out.
2025-03-17 15:54:14 -07:00

30 lines
531 B
Plaintext

# Ignore binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# Ignore test binaries, built with `go test -c`.
*.test
# Ignore output of the Go coverage tool, specifically when used with LiteIDE.
*.out
# Ignore Go workspace files.
go.work
go.work.sum
# Ignore .env file.
.env
# Ignore Linux binary, but allow folder of same name.
deceptifeed
!deceptifeed/
# Ignore default user configuration and log files used by Deceptifeed.
deceptifeed.*
deceptifeed-*.*
# Ignore build output directory used by Makefile.
bin/