-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
128 lines (113 loc) · 2.39 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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
#ignore npm modules
node_modules/
#ignore thumbnails created by windows
Thumbs.db
#Ignore files build by Visual Studio
*.obj
*.pdb
*.user
*.aps
*.pch
*.vspscc
*_i.c
*_p.c
*.ncb
*.suo
*.tlb
*.tlh
*.bak
*.cache
*.ilk
*.log
*.dbmdl
[Bb]in
[Dd]ebug*/
*.lib
*.sbr
obj/
[Rr]elease*/
_ReSharper*/
[Tt]est[Rr]esult*
license.config
src/web/.idea/
src/commerce/App_Data/
src/web/App_Data/
.idea/
dist/
node_modules/
postgrator.json
config.json
# ImageResize.NET Disk Cache, we need the config file, but not the cached images
!src/web/App_Data/diskcache/Web.config
# NuGet Packages Directory is not committed
packages/*
# But the config is - with default VS settings, this will download missing packages
!packages/repositories.config
# Enable "build/" folder in the NuGet Packages folder since NuGet packages use it for MSBuild targets
!packages/build/
# Ignore everything but the readme from the database folder
# We do not distribute the databases
!db/*
!db/readme.md
PremierDesigns.sln.ide/
.vs/*
!db/backups/**
/src/Presentation/PremierDesigns.Web/App_Data
/epiCMSDatabase/*.dbmdl
# Client code ignores
# See http://help.github.com/ignore-files/ for more about ignoring files.
/epiCMSDatabase/*.jfm
# compiled output
dist/
tmp/
# dependencies
node_modules/
bower_components/
# IDEs and editors
.idea/
.vscode/
.project
.classpath
*.launch
.settings/
# misc
.sass-cache/
connect.lock/
coverage/*
/libpeerconnection.log
npm-debug.log
testem.log
typings/
# e2e
e2e/*.js
e2e/*.map
#System Files
.DS_Store
Thumbs.db
#Ignore Epi CMS blobs
/src/Presentation/PremierDesigns.Web/App_Data/blobs
/pdiStagingDatabase/pdiStagingDatabase.jfm
/pdiStagingDatabase/pdiStagingDatabase.dbmdl
/epiCommerceDatabase/epiCommerceDatabase.jfm
portal
*.jfm
/src/Databases/epiCMSDatabase/epiCMSDatabase.jfm
epiCommerceDatabase.jfm
/src/Databases/epiCMSDatabase/*.jfm
/src/Databases/epiCommerceDatabase/*.jfm
/epiCommerceDatabase/epiCommerceDatabase.dbmdl
*.dbmdl
/src/Databases/epiCMSDatabase/*.jfm
/src/Databases/epiCommerceDatabase/*.jfm
/src/Databases/pdiStagingDatabase/*.jfm
*.map
*.ncrunchproject
*.ncrunchsolution
/src/Presentation/PremierDesigns.Web/Content/jewelerapplication
/src/Presentation/PremierDesigns.Web/Content/hub
#Ignore Code Coverage Results
CodeCoverage/CodeCoverageResults/*.svg
CodeCoverage/CodeCoverageResults/*.htm
CodeCoverage/CodeCoverageResults/*.js
CodeCoverage/CodeCoverageResults/*.css
src/Presentation/PremierDesigns.Web/License.old