File tree Expand file tree Collapse file tree 1 file changed +14
-20
lines changed
Expand file tree Collapse file tree 1 file changed +14
-20
lines changed Original file line number Diff line number Diff line change 1414# limitations under the License.
1515#
1616
17- # Ignore temporary maven files:
18- target /
19-
2017# Ignore temporary gradle files:
21- .gradle /
22- .gradletasknamecache
18+ /.gradle /
2319build /
2420
25- # Ignore tmp directory
26- tmp
21+ # Ignore temporary files:
22+ * .jfr
23+ generated /
24+ tmp /
25+ xtext-gen /
2726
2827# Ignore Eclipse project files:
2928.checkstyle
3837* .iws
3938* .iml
4039.idea
41- /out /
42- /* /out /
40+ out /
4341
44- # Ignore IntelliJ JIRA plugin
42+ # Ignore IntelliJ JIRA plugin:
4543atlassian-ide-plugin.xml
4644
47- # Ignore files generated by CI:
48- buildbot.keyring
49-
50- # Ignore VS code/codium config files
45+ # Ignore VS code/codium config files:
46+ * .vsix
5147.vscode
5248
53- # Ignore files with sensitive data
49+ # Ignore files with sensitive data:
5450gradle.properties
5551secring.gpg
5652
57- # Ignore metafacture-fix files
58- * .jfr
59- * .vsix
60- generated /
53+ # Ignore metafix-vsc files:
6154node_modules /
6255package-lock.json
63- xtext-gen /
6456xtext-server /
57+
58+ # Ignore metafix integration test files:
6559/metafix /src /test /resources /org /metafacture /metafix /integration /** /* .diff
6660/metafix /src /test /resources /org /metafacture /metafix /integration /** /* .err
6761/metafix /src /test /resources /org /metafacture /metafix /integration /** /* .out
You can’t perform that action at this time.
0 commit comments