Code Monkey home page Code Monkey logo

Comments (3)

kangalio avatar kangalio commented on May 30, 2024 1

What sorts of personal junk files do you end up adding?

Here's a commented version of cat */.gitignore | sort -u if you're interested :) https://pastebin.com/xeyCS9Cr

That page also has an interesting section I didn't know about on excluding local files without creating a .gitignore file. I wonder if that would work for you.

That looks very interesting indeed, I haven't ever seen that before either. But it looks like it's exactly intended for the workflow I'm using, according to a StackOverflow answer (link). Thank you for that, I shall use that instead of .gitignore and see how it goes :D

from launchy.

kangalio avatar kangalio commented on May 30, 2024

Sorry for removing the .gitignore file with no comment

I agree that .gitignore is invaluable. However I like to put personal junk files into .gitignore as well so that they don't litter the VSCode git file list. I don't want to commit the list of personal junk files to github though, because it changes every so often and it's also not relevant to others. That's why I usually put .gitignore into .gitignore itself

If you know a better solution, I'd be glad to hear :)

from launchy.

belak avatar belak commented on May 30, 2024

Interesting, I've never seen that sort of workflow before. What sorts of personal junk files do you end up adding?

If you keep them named similarly in all repos, one trick I've used before is adding a global gitignore.

That page also has an interesting section I didn't know about on excluding local files without creating a .gitignore file. I wonder if that would work for you.

from launchy.

Related Issues (6)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.