-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy path.gitignore
41 lines (39 loc) · 930 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
.idea
.gradle
.settings
.project
.classpath
.checkstyle
gradle.properties
**/log/
wilma-application/modules/wilma-engine/messages
wilma-message-search/modules/wilma-message-search-engine/indexes/
*.iml
*.ipr
*.iws
build
bin
release
out
wilma-functionaltest/resources/savedStubConfig.json
wilma-functionaltest/gepard-run.log
wilma-functionaltest/gradle
wilma-functionaltest/gradlew*
wilma-functionaltest/resources/src/**/*.class
wilma-functionaltest/resources/preCompiled/*.class
wilma-functionaltest/resources/preCompiled/*.jar
wilma-functionaltest/classes
wilma-test/wilma-test-server/gradle
wilma-test/wilma-test-server/gradlew*
wilma-test/wilma-test-client/gradle
wilma-test/wilma-test-client/gradlew*
wilma-service-api/gradle
wilma-service-api/gradlew*
wilma-application/modules/wilma-engine/config
status.txt
#ignore .NET specific files
wilma-service-api-net/wilma-service-api/nuget.exe
*.snk
.vs/
MigrationBackup
System.*