-
Notifications
You must be signed in to change notification settings - Fork 40
Expand file tree
/
Copy path.gitignore
More file actions
36 lines (30 loc) · 754 Bytes
/
.gitignore
File metadata and controls
36 lines (30 loc) · 754 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
KalturaClient*.xml
tests/ovp/node2/config.json
tests/ovp/php5/TestCode/config.ini
tests/ovp/python/KalturaClient/tests/config.ini
tests/ovp/ajax/test/config.js
tests/ovp/php53/tests/config.ini
tests/ovp/zend/tests/config.ini
tests/ovp/swift/Example/Tests/TestsConfig.plist
tests/ovp/java2/src/test/resources/test.properties
tests/ott/node2/config.json
tests/ott/zend/tests/config.ini
tests/ott/swift/Example/Tests/TestConfig.plist
tests/ott/java2/src/test/java/resources/ott.test.properties
tests/config.ini
# IDE
.idea
.vscode
# Xcode
xcuserdata/
tests/ovp/swift/Example/Tests/Pods/
**/.DS_Store
# Development files/folders
output/
npm-debug*.log
KalturaClient*.xml
/node_modules/
/package-lock.json
api_schema.php.xml
**/target/classes/
.gradle/