Skip to content

Commit

Permalink
Remove obsolete ignore patterns and categorize metafacture-fix patter…
Browse files Browse the repository at this point in the history
…ns. (#577)
  • Loading branch information
blackwinter committed Jan 28, 2025
1 parent 16c5f0e commit 402ee3c
Showing 1 changed file with 14 additions and 20 deletions.
34 changes: 14 additions & 20 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,15 @@
# limitations under the License.
#

# Ignore temporary maven files:
target/

# Ignore temporary gradle files:
.gradle/
.gradletasknamecache
/.gradle/
build/

# Ignore tmp directory
tmp
# Ignore temporary files:
*.jfr
generated/
tmp/
xtext-gen/

# Ignore Eclipse project files:
.checkstyle
Expand All @@ -38,30 +37,25 @@ tmp
*.iws
*.iml
.idea
/out/
/*/out/
out/

# Ignore IntelliJ JIRA plugin
# Ignore IntelliJ JIRA plugin:
atlassian-ide-plugin.xml

# Ignore files generated by CI:
buildbot.keyring

# Ignore VS code/codium config files
# Ignore VS code/codium config files:
*.vsix
.vscode

# Ignore files with sensitive data
# Ignore files with sensitive data:
gradle.properties
secring.gpg

# Ignore metafacture-fix files
*.jfr
*.vsix
generated/
# Ignore metafix-vsc files:
node_modules/
package-lock.json
xtext-gen/
xtext-server/

# Ignore metafix integration test files:
/metafix/src/test/resources/org/metafacture/metafix/integration/**/*.diff
/metafix/src/test/resources/org/metafacture/metafix/integration/**/*.err
/metafix/src/test/resources/org/metafacture/metafix/integration/**/*.out
Expand Down

0 comments on commit 402ee3c

Please sign in to comment.