forked from tidev/titanium-sdk
-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy path.gitignore
59 lines (49 loc) · 951 Bytes
/
.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
*.pyc
/dist
.sconsign.dblite
.DS_Store
*~
*.swp
*.orig
*.rej
*.BACKUP.*
*.BASE.*
*.LOCAL.*
*.REMOTE.*
anvil/driver/config.js
._*
npm-debug.log
node_modules/
retirejs.output.json
anvil/driver/titanium_mobile
anvil/hub/config.js
support/mobileweb/dependencyAnalyzer/node_modules/*
anvil/driver/node_modules/*
.metadata
*/gen
*/bin
*.sublime-workspace
/android/runtime/common/generated/
.tags_sorted_by_file
.tags
apidoc/node_modules/*
.recommenders
.settings
support/ti_mocha_script/testApp
/titanium-mobile-mocha-suite
junit.*.xml
# intelliJ Android User-specific configurations
android/.idea/libraries/
android/.idea/workspace.xml
android/.idea/tasks.xml
android/.idea/.name
android/.idea/compiler.xml
android/.idea/copyright/profiles_settings.xml
android/.idea/encodings.xml
android/.idea/misc.xml
android/.idea/modules.xml
android/.idea/scopes/scope_settings.xml
android/.idea/vcs.xml
*.iml
/android/thirdparties/local.properties
/.vscode