2018-07-07 17:23:19 +00:00
|
|
|
# Ignore bazel directories
|
2018-07-09 02:40:34 +00:00
|
|
|
bazel-*
|
2018-07-25 16:57:44 +00:00
|
|
|
|
2018-07-09 02:40:34 +00:00
|
|
|
.DS_Store
|
2019-02-05 22:28:01 +00:00
|
|
|
.swp
|
2018-07-25 16:57:44 +00:00
|
|
|
|
2018-12-07 15:23:12 +00:00
|
|
|
# IntelliJ
|
|
|
|
.idea
|
2018-12-17 08:57:22 +00:00
|
|
|
.ijwb
|
2018-12-07 15:23:12 +00:00
|
|
|
|
2018-07-25 16:57:44 +00:00
|
|
|
# delve debugger output (not sure how to get rid of these)
|
|
|
|
**/debug.test
|
2018-08-07 03:58:21 +00:00
|
|
|
|
|
|
|
# Coverage outputs
|
|
|
|
coverage.txt
|
|
|
|
profile.out
|
2018-10-07 17:20:59 +00:00
|
|
|
|
|
|
|
# Nodejs
|
|
|
|
node_modules
|
|
|
|
yarn-error.log
|
2018-10-18 04:23:18 +00:00
|
|
|
.vscode/
|
2019-03-24 00:46:25 +00:00
|
|
|
|
|
|
|
# Ignore password file
|
2019-09-26 16:29:10 +00:00
|
|
|
password.txt
|
|
|
|
|
|
|
|
# go dependancy
|
|
|
|
/go.mod
|
|
|
|
/go.sum
|