2
0
mirror of https://github.com/miguelmota/cointop synced 2024-11-02 21:40:32 +00:00
cointop/.gitignore

69 lines
729 B
Plaintext
Raw Normal View History

# 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
2020-05-24 06:17:27 +00:00
!snapcraft.yaml
2019-12-26 03:04:52 +00:00
!snap/snapcraft.yaml
stage
*.snap
2019-12-31 02:08:13 +00:00
*.xdelta3
meta/metrics/snapcraft.cfg
2019-12-31 02:08:13 +00:00
# flatpak files
.flatpak-builder
build-dir
2018-04-27 19:09:34 +00:00
# bfg
bfg.jar
*bfg-report*
*bfg-report
2018-04-27 19:09:34 +00:00
2019-06-01 23:37:13 +00:00
# vim
*.swp
*.swo
2018-04-27 19:09:34 +00:00
# builds
build
2018-05-21 07:42:32 +00:00
dist
bin
2019-04-22 02:39:07 +00:00
main
!main.go
2020-08-01 07:37:49 +00:00
wasm
.config
2020-08-25 06:54:49 +00:00
.bz2
2018-05-11 09:21:12 +00:00
# flatpak
.flatpak-builder
2018-05-11 09:53:57 +00:00
build-dir
#repo
2018-05-21 08:23:39 +00:00
# do not ignore .flathub
# do not ignore .rpm
# do not ignore .copr
2018-12-23 08:10:41 +00:00
2021-03-27 00:22:19 +00:00
# AppImage
*.AppImage
.appimage_workspace
2018-12-23 08:10:41 +00:00
todo.txt
2021-02-21 05:11:27 +00:00
docs/public
deploy_docs.sh
package-lock.json
# Local Netlify folder
.netlify