We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 353ece9 commit 289556eCopy full SHA for 289556e
.gitignore
@@ -55,23 +55,8 @@ pmd.bat
55
.project
56
.settings/
57
.vscode/
58
-distribution/.project
59
-distribution/.settings/
60
-opengrok-indexer/.classpath
61
-opengrok-indexer/.project
62
-opengrok-indexer/.settings/
63
-opengrok-indexer/bin/
64
-opengrok-tools/.project
65
-opengrok-tools/.settings/
66
-opengrok-web/.classpath
67
-opengrok-web/.project
68
-opengrok-web/.settings/
69
-opengrok-web/bin/
70
-plugins/.classpath
71
-plugins/.project
72
-plugins/.settings/
73
-plugins/bin/
74
-suggester/.classpath
75
-suggester/.project
76
-suggester/.settings/
77
-suggester/bin/
+*/.project
+*/.settings
+*/.classpath
+*/bin/
+
0 commit comments