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
|
|
|
|
2020-01-13 14:43:14 +00:00
|
|
|
# Ignore VI/Vim swapfiles
|
|
|
|
.*.sw?
|
|
|
|
|
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
|
2020-03-31 03:20:27 +00:00
|
|
|
profile.grind
|
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
|
|
|
|
|
2020-03-09 17:19:53 +00:00
|
|
|
# Dist files
|
|
|
|
dist
|
2020-09-14 18:42:08 +00:00
|
|
|
|
2021-01-12 20:12:09 +00:00
|
|
|
# deepsource cli
|
|
|
|
bin
|
2022-05-04 17:26:01 +00:00
|
|
|
|
|
|
|
# p2p metaData
|
|
|
|
metaData
|
2022-06-07 07:37:12 +00:00
|
|
|
|
|
|
|
# execution API authentication
|
|
|
|
jwt.hex
|
2022-12-06 16:01:17 +00:00
|
|
|
|
|
|
|
# manual testing
|
|
|
|
tmp
|