Personally, to keep my documents like Inkscape files or LibreOffice documents separate from my code, I add a directory under my home directory called Development. There, I can do git clones to my heart’s content

What do you all do?

  • Luna@lemdro.id
    link
    fedilink
    English
    arrow-up
    3
    ·
    edit-2
    41 minutes ago

    ~/projects for things I made

    ~/git for things other people made

  • Mike Wooskey@lemmy.thewooskeys.com
    link
    fedilink
    English
    arrow-up
    5
    ·
    edit-2
    1 hour ago

    ~/git/vendor/<gitUser>/<repo>

    and

    ~/git/<myName>/<forge>/<user>/<repo>

    Examples:

    ~/git/vendor/EnigmaCurry/d.rymcg.tech
    ~/git/mike/forgejo/mikew/myproject
    ~/git/mike/github/johndoe/otherProject
    
  • Irdial@lemmy.sdf.org
    cake
    link
    fedilink
    arrow-up
    4
    ·
    1 hour ago

    Like others, I have a folder in my home directory called “Code.” Most operating systems encourage you to organize digital files by category (documents, photos, music, videos). Anything that doesn’t fit into those categories gets its own new directory. This is especially important for me, as all my folders except Code are synced to NextCloud.

  • EuCaue@lemmy.mlB
    link
    fedilink
    English
    arrow-up
    2
    ·
    1 hour ago

    ~/Code for coding/dev stuff and ~/gitclone for things that i random clone for some reason. =D

  • Sam Black@lemm.ee
    link
    fedilink
    English
    arrow-up
    2
    ·
    1 hour ago

    ~/code/git/<org name>/<project>

    Mostly a holdover from when I regularly pulled svn/hg/cvs repos and needed reminding what tool to use for which project.

    No idea why I still do it.

  • I tend to follow this structure:

    Projects
    ├── personal
    │   └── project-name
    │       ├── code
    │       ├── designs
    │       └── wiki
    └── work
        └── project-name
            ├── code
            ├── designs
            └── wiki
    
  • r00ty@kbin.life
    link
    fedilink
    arrow-up
    1
    ·
    1 hour ago

    /mnt/shared/Development or E:\Development depending on which operating system is running.

    Not in home mainly because I use the same directory in windows and Linux.

  • leisesprecher@feddit.org
    link
    fedilink
    arrow-up
    2
    ·
    2 hours ago

    Usually ~/devel/

    On my work laptop I have separate subdirs for each project and basically try to mirror the Gitlab group/project structure because some fucktards like to split every project into 20 repos.