forked from eclipse-kura/kura
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
37 lines (36 loc) · 788 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# OS generated files #
######################
.DS_Store*
*~
classes
target
.classpath
.project
.wtpmodules
.settings
.sonar
.sonarlint
.metadata
.recommenders
kura/data
kura/snapshots
kura/target-definition/*/plugins/*
kura/target-definition/*/source/*
kura/target-definition/repository/artifacts.xml
kura/target-definition/repository/content.xml
kura/target-definition/repository/plugins/*
kura/target-definition/*/repository/artifacts.xml
kura/target-definition/*/repository/content.xml
kura/target-definition/*/repository/plugins/*
kura/tools/archetype/example/src/main/resources/archetype-resources/target-definition
target-platform/*/META-INF/MANIFEST.MF
target-platform/*/*/META-INF/MANIFEST.MF
gwt-unitCache
.launch
www-test
.gwt
*.cache.*
manifests
+# IntelliJ Idea
.idea/
*.iml