-
Notifications
You must be signed in to change notification settings - Fork 162
/
.gitignore
106 lines (83 loc) · 1.85 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
# GIT ignore file for Roadkill
# VS + everything from the bin folders
*.suo
*.user
*.userosscache
*.sln.docstates
[Dd]ebug/
[Dd]ebugPublic/
[Rr]elease/
[Rr]eleases/
x64/
x86/
build/
bld/
[Bb]in/
[Oo]bj/
# Favourites plugin for Visual Studio
*.favdoc
# Jetbrains
_ReSharper*/
*.[Rr]e[Ss]harper
*.DotSettings.user
# Cloud9 IDE folder
*c9revisions/
# Attachments test directory
[Aa]ttachments/
# All lucene index directories
[Ss]earch/
# The site export folder
export/
# 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
# Typescript generated JS files (ignore them as they're produced at compile time)
**/Assets/Scripts/roadkill/**/*.js
*.map
# Ignore all exported files
src/Roadkill.Web/App_Data/Export/
*.eml
.vs/
# NuGet Packages
*.nupkg
# The packages folder can be ignored because of Package Restore
**/packages/*
# except build/, which is used as an MSBuild target.
!**/packages/build/
# Uncomment if necessary however generally it will be regenerated when needed
#!**/packages/repositories.config
# Grunt
node_modules/
bower_components/
.sass-cache/
# Ignore Roadkill CSS/JS files as they're generated on build
roadkill.min.js
**/Assets/CSS/*.css