-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.existdb.json
More file actions
28 lines (28 loc) · 655 Bytes
/
.existdb.json
File metadata and controls
28 lines (28 loc) · 655 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
{
"servers": {
"localhost": {
"server": "http://localhost:8080/exist",
"user": "admin",
"password": ""
}
},
"sync": {
"server": "localhost",
"root": "/db/apps/dodis-facets",
"active": true,
"ignore": [
".existdb.json",
".git/**",
"node_modules/**",
"build/**",
"builds/**",
"bower_components/**",
".idea",
".vscode",
".DS_Store",
"cypress/videos/**",
"cypress/screenshots/**",
".devcontainer/**"
]
}
}