-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
/
.gitignore
62 lines (55 loc) · 1.21 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
*.pyc
.sconsign.dblite
.DS_Store
*~
*.swp
*.orig
*.rej
*.BACKUP.*
*.BASE.*
*.LOCAL.*
*.REMOTE.*
._*
.vscode/
# Node/NPM
npm-debug.log
/node_modules
# Android editor stuff (eclipse/VSCode/Android Studio)
/android/.project
/android/app/.classpath
/android/app/.project
/android/kroll-apt/.classpath
/android/kroll-apt/.project
/android/runtime/v8/src/native/V8Snapshots.h
/android/titanium/.classpath
/android/titanium/.project
/android/titanium/.idea/
/android/titanium/local.properties
/android/titanium.bindings.json
.idea/
/android/.idea/
# Build dirs
/dist
/tmp
# iOS stuff
/iphone/TitaniumKit/Carthage
/iphone/TitaniumKit/docs
/iphone/TitaniumKit/build
/iphone/TitaniumKit/TitaniumKit/Sources/API/TopTiModule.bak
/iphone/lib/libTiCore.a
.vscode/*
!.vscode/extensions.json
!.vscode/settings.json
# Testing
.nyc_output/
coverage/
junit.*.xml
junit_report.xml
/tests/diffs/
/tests/generated/
/tests/node_modules/
# in-memory blobs written to disk as the expected image for image comparison tests
/tests/Resources/ios/snapshots/1[0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9]_*.png
/tests/Resources/android/snapshots/1[0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9]_*.png
# VS Code History Extension
.history