Skip to content

Commit fe5dcc1

Browse files
MarkusMarkus
Markus
authored and
Markus
committed
clear comments
1 parent a42f9de commit fe5dcc1

7 files changed

+14
-83
lines changed

.classpath

-39
This file was deleted.

.gitignore

+14
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,17 @@
2222
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
2323
hs_err_pid*
2424
/target/
25+
26+
.classpath
27+
28+
.project
29+
30+
.settings/org.eclipse.jdt.core.prefs
31+
32+
.settings/org.eclipse.jpt.core.prefs
33+
34+
.settings/org.eclipse.wst.common.project.facet.core.prefs.xml
35+
36+
.settings/org.eclipse.wst.common.project.facet.core.xml
37+
38+
.settings/

.project

-23
This file was deleted.

.settings/org.eclipse.core.resources.prefs

-6
This file was deleted.

.settings/org.eclipse.jdt.core.prefs

-8
This file was deleted.

.settings/org.eclipse.m2e.core.prefs

-4
This file was deleted.

antlr4/.vscode/launch.json

-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
{
2-
// Use IntelliSense to learn about possible attributes.
3-
// Hover to view descriptions of existing attributes.
4-
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
52
"version": "2.0.0",
63
"configurations": [
74
{

0 commit comments

Comments
 (0)