mirror of
https://github.com/r-smith/deceptifeed.git
synced 2025-10-23 00:12:22 +00:00
30 lines
531 B
Plaintext
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/ |