wings/.gitignore

49 lines
717 B
Plaintext
Raw Normal View History

2017-05-17 10:49:29 +00:00
# Binaries for programs and plugins
*.exe
*.dll
*.so
*.dylib
.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
/config.yml
2017-06-19 14:15:28 +00:00
2017-06-20 22:42:14 +00:00
# Ignore Vagrant stuff
/.vagrant
# Builds by gox
/build
2017-06-27 10:43:55 +00:00
# Go Coverage tool
/coverage.out
# 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-11 01:07:57 +00:00
data/.states.json