Skip to content

Commit 402ee3c

Browse files
committed
Remove obsolete ignore patterns and categorize metafacture-fix patterns. (#577)
1 parent 16c5f0e commit 402ee3c

File tree

1 file changed

+14
-20
lines changed

1 file changed

+14
-20
lines changed

.gitignore

Lines changed: 14 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,15 @@
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/
2319
build/
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
@@ -38,30 +37,25 @@ tmp
3837
*.iws
3938
*.iml
4039
.idea
41-
/out/
42-
/*/out/
40+
out/
4341

44-
# Ignore IntelliJ JIRA plugin
42+
# Ignore IntelliJ JIRA plugin:
4543
atlassian-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:
5450
gradle.properties
5551
secring.gpg
5652

57-
# Ignore metafacture-fix files
58-
*.jfr
59-
*.vsix
60-
generated/
53+
# Ignore metafix-vsc files:
6154
node_modules/
6255
package-lock.json
63-
xtext-gen/
6456
xtext-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

0 commit comments

Comments
 (0)