Closed ghost closed 5 years ago
Added .gitignore to ignore Eclipse hidden files, like settings, bin and classpath.
.gitignore
Will make it easier to do git add . to add all changes at ones.
git add .
We already have a .gitignore file https://github.com/Explv/Explvs-AIO/blob/master/.gitignore
Added
.gitignore
to ignore Eclipse hidden files, like settings, bin and classpath.Will make it easier to do
git add .
to add all changes at ones.