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 14
14
# limitations under the License.
15
15
#
16
16
17
- # Ignore temporary maven files:
18
- target /
19
-
20
17
# Ignore temporary gradle files:
21
- .gradle /
22
- .gradletasknamecache
18
+ /.gradle /
23
19
build /
24
20
25
- # Ignore tmp directory
26
- tmp
21
+ # Ignore temporary files:
22
+ * .jfr
23
+ generated /
24
+ tmp /
25
+ xtext-gen /
27
26
28
27
# Ignore Eclipse project files:
29
28
.checkstyle
38
37
* .iws
39
38
* .iml
40
39
.idea
41
- /out /
42
- /* /out /
40
+ out /
43
41
44
- # Ignore IntelliJ JIRA plugin
42
+ # Ignore IntelliJ JIRA plugin:
45
43
atlassian-ide-plugin.xml
46
44
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
51
47
.vscode
52
48
53
- # Ignore files with sensitive data
49
+ # Ignore files with sensitive data:
54
50
gradle.properties
55
51
secring.gpg
56
52
57
- # Ignore metafacture-fix files
58
- * .jfr
59
- * .vsix
60
- generated /
53
+ # Ignore metafix-vsc files:
61
54
node_modules /
62
55
package-lock.json
63
- xtext-gen /
64
56
xtext-server /
57
+
58
+ # Ignore metafix integration test files:
65
59
/metafix /src /test /resources /org /metafacture /metafix /integration /** /* .diff
66
60
/metafix /src /test /resources /org /metafacture /metafix /integration /** /* .err
67
61
/metafix /src /test /resources /org /metafacture /metafix /integration /** /* .out
You can’t perform that action at this time.
0 commit comments