forked from ysc/QuestionAnsweringSystem
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
37 lines (37 loc) · 662 Bytes
/
.gitignore
File metadata and controls
37 lines (37 loc) · 662 Bytes
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
.settings/
.classpath
.project
target/
logs/
data/
.idea/
.gradle/
build/
QuestionAnsweringSystem.iml
QuestionAnsweringSystem.ipr
QuestionAnsweringSystem.iws
deep-qa/.settings/
deep-qa/.classpath
deep-qa/.project
deep-qa/target/
deep-qa/logs/
deep-qa/data/
deep-qa/.idea/
deep-qa/.gradle/
deep-qa/build/
deep-qa/deep-qa.iml
deep-qa/deep-qa.ipr
deep-qa/deep-qa.iws
deep-qa-web/.settings/
deep-qa-web/.classpath
deep-qa-web/.project
deep-qa-web/target/
deep-qa-web/logs/
deep-qa-web/data/
deep-qa-web/.idea/
deep-qa-web/.gradle/
deep-qa-web/build/
deep-qa-web/deep-qa-web.iml
deep-qa-web/deep-qa-web.ipr
deep-qa-web/deep-qa-web.iws
deep-qa-web/nb-configuration.xml