forked from webinos/Webinos-Platform
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
89 lines (70 loc) · 1.59 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
# generated webinos.js
webinos/web_root/webinos.js
# context db
Manager/Context/Storage/data/context.json
webinos/common/manager/context_manager/data/log.json
# android generated build stuff
webinos/platform/android/*/bin/*
webinos/platform/android/*/gen/*
webinos/platform/android/app/assets/modules/webinos.zip
webinos/platform/android/wrt/assets/js/webinos.js
# build stuff
build
out
*.node
linker.lock
*.o
*.class
# gyp generated
webinos/common/manager/certificate_manager/src/Makefile
webinos/common/manager/certificate_manager/src/*.mk
# modules for vehicle connection
webinos/api/vehicle/contrib/vb-con/
webinos/api/vehicle/contrib/vb-con/vc.js
webinos/api/vehicle/contrib/vb-con/jsonrpc.js
webinos/api/vehicle/lib/webinos.vehicle.most.js
node_modules/dojo-node/
node_modules/.bin/
node_modules/prototype/
node_modules/xmlhttprequest/
RPC/node_modules/dojo-node/
RPC/node_modules/prototype/
RPC/node_modules/xmlhttprequest/
# node_modules
/node_modules/
!/node_modules/webinos/
!/node_modules/expat2.js
!/node_modules/xmldigsig.js
webinos/api/geolocation/node_modules
# generated certificates
*.pem
*.csr
*.crl
*.srl
# target folders
target
# reports folders
reports
# eclipse project files
.project
.settings
/.metadata/
# allow eclipse project files in linux-specific folders.
!webinos/platform/linux/*/*.project
# intellij idea project files
.idea
*.iml
*.ipr
*.iws
# vstudio prj files
*.sln
*.vcxproj*
# allow vstudio files in windows-specific folders.
!webinos/platform/windows/*/*.sln
!webinos/platform/windows/*/*/*.vcxproj
# waf lock files
.lock-wscript
# backup files
*~
# vi swap file
*.swp