mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
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:
parent
7b7e571e93
commit
0c37216626
1 changed files with 4 additions and 0 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -9,7 +9,11 @@ __pycache__/
|
|||
/build/
|
||||
/dist/
|
||||
/aurweb.egg-info/
|
||||
/personal/
|
||||
/notes/
|
||||
/vendor/
|
||||
/pyrightconfig.json
|
||||
/taskell.md
|
||||
aur.git/
|
||||
aurweb.sqlite3
|
||||
conf/config
|
||||
|
|
Loading…
Add table
Reference in a new issue