-
Notifications
You must be signed in to change notification settings - Fork 18
/
.gitignore
68 lines (58 loc) · 1.42 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
bower/bower_components/
*tsconfig.json
*.config
coverage/
.vscode/
csComp/dist/
csComp/includes/bower_dep/bower_components/
csComp/includes/css/csStyles.css
csComp/js/
csComp/obj/
csDataGatherer/public/data/
csServerComp/Classes/Feature.d.ts
csServerComp/Classes/Feature.js
csServerComp/obj/
csServerComp/ServerComponents/**/*.d.ts
csServerComp/ServerComponents/**/*.js
dist-bower/
dist-bower/**/*.*
out/csComp/**/*.*
out/csServerComp/**/*.d.ts
out/csServerComp/**/*.js
out/csServerComp/**/*.map
out/csServerComp/ServerComponents/
out/test/**/*.*
example/dist/
example/layers/*.js
example/node_modules/
example/public/app/*.js
example/public/bower_components/
example/public/cs/
example/public/data/
example/public/data/projects/AHTI/
example/public/data/projects/DynamicExample/
example/public/data/projects/test/
example/public/includes/
example/Scripts/typings/cs/csComp.d.ts
example/ServerComponents/
example/server.js
example/services/**/*.js
example/.settings/
example/.vscode/
node_modules/
OfflineSearch
*.orig
test/csComp/**/*.js
test/csComp/spec/classes/datasource.spec.js
test/csComp/spec/classes/feature.spec.js
test/csComp/spec/classes/group.spec.js
test/csComp/spec/classes/project.spec.js
test/csComp/spec/directives/**/*.spec.js
test/csComp/spec/services/bus/MessageBus.spec.js
test/csComp/spec/services/layer/LayerService.spec.js
test/csComp/spec/**/*.spec.js
test/Scripts/
.vscode/
tmp.txt
test/bower_components/
typings/