If I haven't touched a project in a long time the 'projectname' folder gets moved to an archive disk. That prevents my /home directory from getting clogged with obsolete projects. I always try to keep my /home directory under about 10-12 gigs.
/a1 is "archive-disk number one":
/a1/comp is where computer code/information/manuals/etc is stored:
/a1/comp/j_wrk_master is where inactive code projects are stored indefinitely
'/a1/comp/j_wrk_master/projectname'
If the project needs to be worked on again, the '/a1/comp/j_wrk_master/projectname' folder gets moved back to become '~/wrk/projectname' again.
I also started putting a text file in each repo like (readme.md) because I often forget either the name or purpose of a project after a few months/years.
Sorry for the delay! I need a way to monitor discussions that isn't me polling for updates).
That IS my local/personal convention. It comes from my Amiga days where we had a second partition called work: (no home directories remember). I never liked ~/Documents very much but ~/work performs the same purpose.
/a1 is "archive-disk number one":
/a1/comp is where computer code/information/manuals/etc is stored:
/a1/comp/j_wrk_master is where inactive code projects are stored indefinitely
If the project needs to be worked on again, the '/a1/comp/j_wrk_master/projectname' folder gets moved back to become '~/wrk/projectname' again.Rinse and repeat.