deps-new

2021-09-03T16:04:30.010Z

Has it been considered to add .clj-kondo/.cache to the default gitignore?

☝️ 1
seancorfield 2021-09-03T16:23:54.010200Z

@suskeyhose Sounds like a good idea -- can you create a GH issue so I don't forget? Probably should also ignore .lsp/sqlite.db

2021-09-03T16:24:13.010400Z

You actually already do!

2021-09-03T16:24:41.010600Z

/.lsp/sqlite*.db is in the ignore

seancorfield 2021-09-03T16:25:03.010800Z

Hah, but I forgot .clj-kondo?

2021-09-03T16:26:07.011Z

Yup! Made the issue. #11

👍🏻 1
seancorfield 2021-09-03T16:28:46.011300Z

We're doing construction this weekend at home so I'm not sure when I'll next get some OSS free time... The main thing I want to do with those templates in deps-new is switch to build.clj and tools.build where possible.

dominicm 2021-09-04T15:39:06.011500Z

https://github.com/juxt/edge/blob/master/.gitignore feel free to steal anything extra from here, will comment on issue 11.