From 5add8ddc13be3a7a5fbb6deb3f70cb18594f8750 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Mon, 20 Jul 2020 10:15:47 +0100 Subject: Move monzo_ynab into //tools Optimizing is difficult: I like flat hierarchies because I don't like directory-hopping, but I also would like a cleaner root for my mono-repo. Bombs away! Well it's that time again, folks: spring cleaning! Here I am musing about a few things that bother me: - Should I use kebab-case or snake_case? - It feels ~confusing to have //tools and //utils. What a //projects? Isn't everything a project? *sigh* --- .gitignore | 3 --- 1 file changed, 3 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 4d7abbceac..e7ee823e5b 100644 --- a/.gitignore +++ b/.gitignore @@ -26,9 +26,6 @@ Vundle.vim # Python __pycache__ *.class -/monzo_ynab/ynab/fixture.json -/monzo_ynab/monzo/fixture.json -/monzo_ynab/kv.json node_modules/ /configs/.config/fish/config.fish /configs/.config/fish/fish_variables -- cgit 1.4.1