Search code examples
gitgithubreferencerepositorygitignore

Need Github ".gitignore" file after creating repository without adding it


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?


Solution

  • 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.