1
Hello
I would like a help, for example, I created a project in Eclipse and I want to upload it in Github, there is a file . gitignore and this file is created automatically by ignoring the /src/ directory of my project, does anyone know where to set up this creation? As you can see in the attachment I have some directories and files that are already in Github, I would like to know which ones I don’t need to upload.
Thank you
Sincerely yours,
Diego
Search for examples of . gitignore that ignore files from multiple Ides, such as Eclipse, Netbeans, Intellij IDEA...
– Piovezan