forked from clintcparker/roadkill
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.hgignore
107 lines (84 loc) · 2.12 KB
/
.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
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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
# Ignore file for Roadkill
# This file contains all directories and files that should
# not be committed to Mercurial source control.
# use glob syntax
syntax: glob
# Attachments test directory
Attachments*/
# All lucene index directories
[Ss]earch*/
# The site export folder
export*/
# Cloud9 IDE folder
*c9revisions*/
# Jetbrains Dotcover settings files
.DotSettings*
# Chutzpah Javascript test runner files
*_Chutzpah*.*
# All roadkill dev build/release zip files
Roadkill_v1.7.zip
Roadkill.*.zip
# Log files
[Ll]ogs/
# SQL database files for SQL Express
*ROADKILLASPNET.MDF
*ASPNET.MDF
*ASPNET.ldf
# Email testing drop folder
App_Data/TempSmtp/
# Test generated database files
App_Data/roadkill-acceptancetests.sdf
App_Data/roadkill-dev.sdf
App_Data/roadkill152.mdf
App_Data/roadkill152.sdf
App_Data/roadkill152.sqlite
*roadkillaspnet_log.ldf
# Discount ASP demo site config files
discountasp.config*/
discountasp.appsettings.config*/
# Folders generated by Visual Studio Publishes
_WEBSITE*/
deploytemp*/
*.[Pp]ublish.xml
# Windows insists on desktop.ini files for picture folders
*desktop.ini
# .bak files created by the unit tests
*.config.bak
# Everything from the git repository please
.git*/
# Everything from the bin folders
[Bb]in
[Dd]ebug*/
[Rr]elease*/
obj/
# Visual Studio user files
*.user
*.suo
# All roadkill/*.min.js files as the Bundler uses the non-minified versions.
# Typescript regenerates the JS files at compile time, but on Azure you need
# the JS files, as there is no Typescript compiler on the website servers.
Assets/Scripts/roadkill/*/*.min.js
*.map
# Typescript generated JS files (they're produced at compile time)
constants.js
filemanager.references.js
breadcrumbtrail.js
ajaxrequest.js
setup.js
wysiwygeditor.js
editpage.js
references.js
htmlbuilder.js
dialogs.js
directoryviewmodel.js
Demosite.pubxml
buttonevents.js
util.js
tableevents.js
adminsetup.js
filemodel.js
# Favourites plugin for Visual Studio
*.favdoc
# Ignore all exported files
src/Roadkill.Web/App_Data/Export/
Roadkill.sln.DotSettings