-
Notifications
You must be signed in to change notification settings - Fork 102
/
.gitignore
60 lines (53 loc) · 1.2 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
# See http://help.github.com/ignore-files/ for more about ignoring files.
node_modules
bin
obj
lib
NuGet
.vscode/*
.idea
.vs
.idea
*.orig
*.rej
*.ldf
*proj.user
repository.config.json
converter.tsconfig.json
coverage
artifacts
screenshots
bundles
changed-files.json
JSDemos/shared/empty-file.js
JSDemos/Demos/**/config.js
JSDemos/Demos/**/tsconfig.json
!.vscode/settings.json
gulpfile.js/.eslintrc.js
MVCDemos/App_Data/Northwind.mdf
MVCDemos/Content/icons
MVCDemos/Content/DevExtreme
MVCDemos/Content/Descr/Temp
!MVCDemos/Content/demo-template.css
MVCDemos/Content/SampleData/SampleImages
MVCDemos/Scripts/*
!MVCDemos/Scripts/jquery.signalR*.js
!MVCDemos/Scripts/data
!MVCDemos/Scripts/utils
!MVCDemos/Scripts/_references\.js
MVCDemos/App_Data/menuMeta.json
MVCDemos/packages
NetCoreDemos/wwwroot/Descr/Temp
NetCoreDemos/wwwroot/bundle.min.css
NetCoreDemos/wwwroot/bundle.min.js
NetCoreDemos/wwwroot/js
NetCoreDemos/wwwroot/css/*
!NetCoreDemos/wwwroot/css/custom\.css
!NetCoreDemos/wwwroot/css/DemosStyles
!NetCoreDemos/wwwroot/css/demo-template.css
NetCoreDemos/wwwroot/SampleData/SampleImages
NetCoreDemos/menuMeta.json
NetCoreDemos/wwwroot/bundle.min.css
NetCoreDemos/wwwroot/bundle.min.js
.DS_Store
publish-demos