Home > database >  Need Github ".gitignore" file after creating repository but forgot to add it
Need Github ".gitignore" file after creating repository but forgot to add it

Time:01-06

I have created my repository but forgot to add the already provided .gitignore files which github propose at the creation moment.

So i want to know how can i find those awesome files and add them to my repo after creating it??

Any other good reference, too?

CodePudding user response:

There are two options available:

  1. The original collection of .gitignore file templates, here.

  2. A good website which you can Create useful ".gitignore" files for your project based on Operating Systems, IDEs, or Programming Languages. Here you go.

  •  Tags:  
  • Related