2
0
mirror of https://github.com/miguelmota/cointop synced 2024-11-05 00:00:14 +00:00
cointop/.gitignore
Simon Roberts 9824c409ad
Feature/code cleanups (#191)
Lots of style/comment/redundancy cleanups. No functional change.
2021-10-01 17:03:36 +10:00

67 lines
693 B
Plaintext

# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary, build with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
.DS_Store
# snapcraft files
parts
prime
snap
!snapcraft.yaml
!snap/snapcraft.yaml
stage
*.snap
*.xdelta3
meta/metrics/snapcraft.cfg
# flatpak files
.flatpak-builder
build-dir
# bfg
bfg.jar
*bfg-report*
*bfg-report
# vim
*.swp
*.swo
# builds
build
dist
bin
main
!main.go
wasm
.config
.bz2
#repo
# do not ignore .flathub
# do not ignore .rpm
# do not ignore .copr
# AppImage
*.AppImage
.appimage_workspace
todo.txt
docs/public
deploy_docs.sh
package-lock.json
# Local Netlify folder
.netlify