Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 4e471a71951bfc3269c76ac9796d1cb2fc0b014b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
bin/
target/
sonarlint/
*.java._trace
*.pyc
.DS_Store
*.xtendbin
*.gmfgen.uml

# Workspace metadata folder created by Oomph when launching tests.
tests/**/.metadata/

#intellij files
.idea/
*.iml

# All .project that are not in a Papyrus plugin
.project
!**/org.eclipse.papyrus.*/.project

Back to the top