From 0c37216626ae6b051f19331ee70e7766168a201f Mon Sep 17 00:00:00 2001 From: Kevin Morris Date: Sat, 16 Oct 2021 15:08:42 -0700 Subject: [PATCH] change(gitignore): add various exclusions Three new root directories are ignored by git: - /personal/ - Personal tools excluded by git. - /notes/ - Personal notes excluded by git. - /vendor/ - PHP Composer vendor directory. We don't want to commit this to git. And one specific root file: - /taskell.md - Data file for the `taskell` program, used for task tracking. Signed-off-by: Kevin Morris --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 581d5c17..e3201e94 100644 --- a/.gitignore +++ b/.gitignore @@ -9,7 +9,11 @@ __pycache__/ /build/ /dist/ /aurweb.egg-info/ +/personal/ +/notes/ +/vendor/ /pyrightconfig.json +/taskell.md aur.git/ aurweb.sqlite3 conf/config