-
-
Notifications
You must be signed in to change notification settings - Fork 434
Expand file tree
/
Copy path.gitignore
More file actions
24 lines (24 loc) · 743 Bytes
/
.gitignore
File metadata and controls
24 lines (24 loc) · 743 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
resources/*
!resources/plugins/
resources/plugins/*
!resources/plugins/README.txt
!resources/overlays/
resources/overlays/*
!resources/overlays/README.txt
.idea
btsync-media.env
btsync-db.env
geoserver-data
scenario_tests/clustering/tests/__pycache__*
scenario_tests/context/tests/__pycache__*
scenario_tests/disk-quota/tests/__pycache__*
scenario_tests/gwc/tests/__pycache__*
scenario_tests/login/tests/__pycache__*
scenario_tests/stores/tests/__pycache__*
scenario_tests/libjpeg/tests/__pycache__*
scenario_tests/upgrade/tests/__pycache__*
scenario_tests/backup_restore/tests/__pycache__*
scenario_tests/metrics/tests/__pycache__*
scenario_tests/upgrade/telemetry/__pycache__*
scenario_tests/upgrade/logging_profile/__pycache__*
.DS_Store