-
Notifications
You must be signed in to change notification settings - Fork 3
/
.hgignore
61 lines (59 loc) · 1017 Bytes
/
.hgignore
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
# Ignore file for Visual Studio
# use glob syntax
syntax: glob
*.min.css
*.min.js
*.bak
*.obj
*.user
*.aps
*.suo
*.cache
*.log
*.lib
*.scc
*.dev.config
*.gen.sql
*.orig
*.docstates
[Bb]in
[Dd]ebug*/
obj/
bin/
obj
bin
[Rr]elease*/
[Tt]est[Rr]esult*
[Bb]uild[Ll]og.*
*.vshost.*
*.[Pp]ublish.xml
_[Rr]e[Ss]harper*
Data\Indexes
Data\IndexDefinitions
glob:.fsLockFile
glob:FixUpReport.txt
glob:ProtectedData.xml
Redis\conf\**
Redis\data\**
Redis\logs\**
build\**
core\packages\**
samples\packages\**
core\Errordite.Web\Css\1.0.1.0.min.css
core\Errordite.Web\Js\1.0.1.0.min.js
core\Errordite.Raven\Data*
core\Errordite.Raven\Tenants*
core\Errordite.Raven\Logs*
core\Errordite.Raven\Data\**
core\Errordite.Raven\Tenants\**
core\Errordite.Raven\Logs\**
core\packages\**
lib\nuget\**
utils/packages
core/Errordite.Web/Assets/Js/1.0.1.0.js
core/Errordite.Web/Assets/Css/1.0.1.0.css
services\**
services
core/.vs/
tools/grunt/node_modules/
tools/grunt/.sass-cache/