gosimplenpm/.gitignore

37 lines
368 B
Plaintext
Raw Permalink Normal View History

2023-12-25 08:56:48 +00:00
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
bin
bin/*
rpm
rpm/*
dist
tmp/
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
coverage
.coverage
# ignore the following files/directories
**/userdata/*
2023-11-25 02:17:09 +00:00
examples
2023-12-25 08:56:48 +00:00
tests
e2e
site/
.vscode/
.idea/
.DS_Store
__rd*
tests/out