2018-07-07 13:23:19 -04:00
|
|
|
# Ignore bazel directories
|
2018-07-08 21:40:34 -05:00
|
|
|
bazel-*
|
2018-07-26 01:57:44 +09:00
|
|
|
|
2018-07-08 21:40:34 -05:00
|
|
|
.DS_Store
|
2019-02-05 17:28:01 -05:00
|
|
|
.swp
|
2018-07-26 01:57:44 +09:00
|
|
|
|
2020-01-13 14:43:14 +00:00
|
|
|
# Ignore VI/Vim swapfiles
|
|
|
|
.*.sw?
|
|
|
|
|
2018-12-07 10:23:12 -05:00
|
|
|
# IntelliJ
|
|
|
|
.idea
|
2018-12-17 09:57:22 +01:00
|
|
|
.ijwb
|
2018-12-07 10:23:12 -05:00
|
|
|
|
2018-07-26 01:57:44 +09:00
|
|
|
# delve debugger output (not sure how to get rid of these)
|
|
|
|
**/debug.test
|
2018-08-06 23:58:21 -04:00
|
|
|
|
|
|
|
# Coverage outputs
|
|
|
|
coverage.txt
|
|
|
|
profile.out
|
2020-03-30 20:20:27 -07:00
|
|
|
profile.grind
|
2018-10-07 13:20:59 -04:00
|
|
|
|
|
|
|
# Nodejs
|
|
|
|
node_modules
|
|
|
|
yarn-error.log
|
2018-10-17 23:23:18 -05:00
|
|
|
.vscode/
|
2019-03-24 06:16:25 +05:30
|
|
|
|
|
|
|
# Ignore password file
|
2019-09-26 21:59:10 +05:30
|
|
|
password.txt
|
|
|
|
|
2020-03-09 10:19:53 -07:00
|
|
|
# Dist files
|
|
|
|
dist
|