forked from Top-Q/difido-reports
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
62 lines (55 loc) · 1.09 KB
/
.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
61
62
# generic files to ignore
*.log
*.tmp
*~
*.lock
*.DS_Store
*.swp
*.out
[Tt]humbs.db
bin/
#Eclipse files
.project
.classpath
.settings
#Intellij files
*.iml
.idea/
#Java and Maven
*.class
*.jar
target
lib
#TestNG
null/
test-output/
#NetBeans files
nbproject
#Python
.pydevproject
.cache/
__pycache__/
*.pyc
build/
dist/
*.egg-info/
#Project files
server/difido-server/docRoot/reports
server/difido-server/docRoot/meta.json
server/difido-server/data
server/difido-server/log
server/difido-server/htmlTemplate
server/difido-testng/remoteDifido.properties
!binders/difido-nunit/difido-client/Resources/difido-reports-common.jar
binders/difido-testng/remoteDifido.properties
binders/difido-testng/difido.properties
examples/testng-example/remoteDifido.properties
examples/testng-example/difido.properties
examples/testng-example/me.zip.gz
examples/jsystem-example/tests-project/difido.properties
examples/jsystem-example/tests-project/remoteDifido.properties
examples/jsystem-example/tests-project/jsystem0.log.lck
!binders/difido-python/difido-python/resources/difido.jar
!server.log
.metadata/
.recommenders/