forked from tidev/titanium-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
52 lines (47 loc) · 1023 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
*.pyc
/dist
.sconsign.dblite
.DS_Store
*~
*.swp
*.orig
*.rej
*.BACKUP.*
*.BASE.*
*.LOCAL.*
*.REMOTE.*
anvil/driver/config.js
._*
npm-debug.log
node_modules/.bin
node_modules/grunt-appc-js
node_modules/grunt-clang-format
node_modules/grunt-cli
node_modules/grunt-contrib-clean
node_modules/grunt-mocha-test
node_modules/grunt
node_modules/mocha
node_modules/should
node_modules/node-ios-device/build
!node_modules/**/*~
!node_modules/**/*.orig
anvil/driver/titanium_mobile
anvil/hub/config.js
support/mobileweb/dependencyAnalyzer/node_modules/*
anvil/driver/node_modules/*
apidoc/node_modules/*
support/ti_mocha_script/testApp
/titanium-mobile-mocha-suite
# 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