knowledge-base-content
knowledge-base-content copied to clipboard
Article: .gitignore
What this is about: Having a well set gitignore file will keep your codebase clean from all the files you do not want to share nor need to be shared - log files, dependencies, private data and so on. Set it up to stay safe and thoughtful.
You can start your research here: https://www.pluralsight.com/guides/how-to-use-gitignore-file https://docs.github.com/en/github/using-git/ignoring-files
Contribution guide: https://github.com/DXHeroes/knowledge-base-content/blob/master/CONTRIBUTING.md
Add short template for Java, Javascript, Typescript
@prokopsimek Would love to work on this :)
@adithyaakrishna Hello, sure, go for it!
Hi @adithyaakrishna! I am extremely happy you chose our project! 😄 I see you are assigned to "User journey" article as well - will you be able to produce 2 articles? If yes, I will happily assign you to this article too :)
Yes @DominikMilaniak I'll be able to, but it may take a day or two from both of the articles, hope its okay 😊
That is amazing @adithyaakrishna! Of course it is okay, take as much time as you need :) I'm assigning you to this as well. Looking forward to your articles! ❤️
Hi again @adithyaakrishna! 🙂
I see it is a few days since our last contact, how is it going so far with the article? Is anything not clear enough or do you need help with something? I am in no way pushing you, you can take as much time as you need 🙂 Just wanted to get in touch to make sure everything is ok 👍
Hey @DominikMilaniak , Yes Just started on this. Due to some personal work wasn't able to commit to this. I searched the whole repo, but there weren't any files which could be added to .gitignore. IMO .vsode would be good to those who use VS Code. Do le me know if I would have to dig more :)