You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The file ".gitignore" is used by git to specify which files should not be considered for a commit. These files are typically temporary files or files generated by an editor.
Currently it includes the temporary files for the editors Idea and Netbeans. It should be updated with the files for the Eclipse editor...
# Eclipse specific #
.metadata/
The text was updated successfully, but these errors were encountered:
The file ".gitignore" is used by git to specify which files should not be considered for a commit. These files are typically temporary files or files generated by an editor.
Currently it includes the temporary files for the editors Idea and Netbeans. It should be updated with the files for the Eclipse editor...
The text was updated successfully, but these errors were encountered: