2017-05-17 10:49:29 +00:00
|
|
|
# Binaries for programs and plugins
|
|
|
|
*.exe
|
|
|
|
*.dll
|
|
|
|
*.so
|
|
|
|
*.dylib
|
2017-09-30 22:25:04 +00:00
|
|
|
.idea/*
|
2017-05-17 10:49:29 +00:00
|
|
|
|
|
|
|
# Test binary, build with `go test -c`
|
|
|
|
*.test
|
|
|
|
|
|
|
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
|
|
|
*.out
|
|
|
|
|
|
|
|
# Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736
|
|
|
|
.glide/
|
2017-06-18 21:59:30 +00:00
|
|
|
|
|
|
|
# dep related files and folders
|
2017-06-20 22:41:15 +00:00
|
|
|
/vendor*
|
2017-06-18 21:59:30 +00:00
|
|
|
|
|
|
|
# ignore logfiles (/* so the .gitkeep override works)
|
|
|
|
/logs/*
|
|
|
|
|
2017-06-19 14:15:28 +00:00
|
|
|
# ignore configuration file
|
2017-09-30 22:25:04 +00:00
|
|
|
/config.yml
|
2021-01-13 05:14:57 +00:00
|
|
|
/config*.yml
|
2017-06-19 14:15:28 +00:00
|
|
|
|
2017-06-20 22:42:14 +00:00
|
|
|
# Ignore Vagrant stuff
|
|
|
|
/.vagrant
|
|
|
|
|
2017-06-27 08:03:17 +00:00
|
|
|
# Builds by gox
|
|
|
|
/build
|
|
|
|
|
2017-06-27 10:43:55 +00:00
|
|
|
# Go Coverage tool
|
|
|
|
/coverage.out
|
|
|
|
|
2017-08-31 21:59:06 +00:00
|
|
|
# The built executable
|
|
|
|
wings
|
|
|
|
wings.exe
|
|
|
|
|
2017-10-01 18:39:48 +00:00
|
|
|
# IDE/Editor files (VS Code)
|
|
|
|
/.vscode
|
|
|
|
|
2018-04-01 21:41:45 +00:00
|
|
|
# test files
|
|
|
|
test_*/
|
2017-10-01 18:39:48 +00:00
|
|
|
|
2017-06-18 21:59:30 +00:00
|
|
|
# Keep all gitkeep files (This needs to stay at the bottom)
|
|
|
|
!.gitkeep
|
2017-10-01 18:39:48 +00:00
|
|
|
debug
|
2020-04-26 23:21:58 +00:00
|
|
|
.DS_Store
|
2020-11-08 19:59:04 +00:00
|
|
|
*.pprof
|
2020-12-15 22:58:47 +00:00
|
|
|
*.pdf
|
2022-01-30 19:50:37 +00:00
|
|
|
pprof.*
|