Closed gioragutt closed 4 years ago
Have a better .gitignore hygiene next time 😄 Copying a .gitignore when creating a new repo either takes no time (if using github's suggestion), or just a matter of cp ../someotherproject/.gitignore .
.gitignore
github
cp ../someotherproject/.gitignore .
Good luck 🙂
Have a better
.gitignore
hygiene next time 😄 Copying a.gitignore
when creating a new repo either takes no time (if usinggithub
's suggestion), or just a matter ofcp ../someotherproject/.gitignore .
Good luck 🙂