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?

  • Ephera@lemmy.ml
    link
    fedilink
    arrow-up
    0
    ·
    4 days ago

    Ah, interesting. In my current setup, I dump the auxilliary files into a folder above the repo, but it can certainly make it a bit messy to find the repo in there then…

    • Foster Hangdaan@lemmy.fosterhangdaan.com
      link
      fedilink
      arrow-up
      0
      ·
      edit-2
      4 days ago

      I maintain a rule that all files above the repo must be inside a folder, with one exception: a README file. Including the code folder, this typically results in no more than 5 folders; the project folder itself is kept organized and uncluttered.