-
Notifications
You must be signed in to change notification settings - Fork 52
/
.gitignore
60 lines (58 loc) · 1021 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
bin/
bin_test/
buildSrc/build
buildSrc/.gradle
/.idea/*.iws
/.idea/tasks.xml
/.idea/workspace.xml
/.idea/inspectionProfiles/
/.idea/jarRepositories.xml
/.idea/copyright/
/.idea/dictionaries/
/.idea/libraries/
/.idea/modules.xml
**/*.iml
/intellij/build.properties
/server/lib/
/server/instr/
/server/report/
/eclipse/update/logs.zip
/eclipse/update/features/
/eclipse/update/plugins/
/eclipse/update/artifacts.jar
/eclipse/update/content.jar
/stf/src/saros/stf/client/configuration.properties
/eclipse/lib
/eclipse/log4j2.xml
/eclipse/saros_log4j2.xml
/core/lib
/stf/lib
/stf.test/lib
/eclipse/build
/core/build
/server/build
/intellij/build
/stf/build
/stf.test/build
/eclipse/.classpath
/core/.classpath
/server/.classpath
/intellij/.classpath
/stf/.classpath
/stf.test/.classpath
/eclipse/.project
/core/.project
/server/.project
/intellij/.project
/stf/.project
/stf.test/.project
.DS_Store
/.gradle/
/build/
**/.settings/org.eclipse.buildship.core.prefs
.classpath
# Common
.project
# LSP
lsp/.classpath
lsp/build