Skip to content

Commit d107e17

Browse files
committed
Add .settings folder to .gitignore
- Eclipse 4.24 shows a warning if a project has not got explicit encoding settings - See https://www.eclipse.org/eclipse/news/4.24/platform.php - The warning can be removed with an Eclipse quick fix to create a settings file - But we don't want the settings file in the repo to keep it clean - A future version of Eclipse will have an option to turn this warning off - See eclipse-platform/eclipse.platform.resources#166
1 parent 5739b61 commit d107e17

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
bin/
2+
.settings/
3+
24
# Ignore Maven generated folders
35
# Although it would be better to copy the source folders first and run Maven on the copy...
46
# Which is what I do via an Ant script
57
target/
68
/workspace/
9+
710
# Maven generates these *.jar files in the project's root...
811
com.archimatetool.canvas.jar
912
com.archimatetool.editor.jar

0 commit comments

Comments
 (0)