When using git, it is possible to ignore files using .gitignore
. Using your favorite ide, different other files or folders like (.idea, .iml, .settings, .project, .classpath,…) may be created in within the working copy. It is annoying to add the ide specific files manually to the .gitignore
for every repository. Continue reading
Globally ignoring files in git
1