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 <kevr@0cost.org>
This commit is contained in:
Kevin Morris 2021-10-16 15:08:42 -07:00
parent 7b7e571e93
commit 0c37216626
No known key found for this signature in database
GPG key ID: F7E46DED420788F3

4
.gitignore vendored
View file

@ -9,7 +9,11 @@ __pycache__/
/build/
/dist/
/aurweb.egg-info/
/personal/
/notes/
/vendor/
/pyrightconfig.json
/taskell.md
aur.git/
aurweb.sqlite3
conf/config