forked from PerplexDigital/Perplex.ContentBlocks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
60 lines (49 loc) · 1.25 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
# Inspired by, but heavily reduced version of this:
# https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
# User-specific files
*.suo
*.user
# Build results
[Dd]ebug/
[Rr]elease/
x64/
x86/
[Oo]bj/
[Bb]in/
packages/
# Logs
[Ll]og/
# Visual Studio 2015 cache/options directory
.vs/
# Node.js Tools for Visual Studio
node_modules/
# Typescript v1 declaration files
typings/
## Ignore Umbraco files/folders generated for each instance
##
## Get latest from https://github.com/github/gitignore/blob/master/Umbraco.gitignore
# Umbraco
# Ignore unimportant folders generated by Umbraco
**/App_Data/Logs/
**/App_Data/[Pp]review/
**/App_Data/TEMP/
**/App_Data/NuGetBackup/
**/App_Data/NuCache*
**/[Mm]edia
**/App_Data/umbraco.config
**/App_Data/cache/
# ModelsBuilder out of date flag
ood.flag
# Don't ignore Umbraco packages (VisualStudio.gitignore mistakes this for a NuGet packages folder)
# Make sure to include details from VisualStudio.gitignore BEFORE this
!**/App_Data/[Pp]ackages/
!**/[Uu]mbraco/[Dd]eveloper/[Pp]ackages
# DemoWebsite
src/DemoWebsite/App_Plugins/Perplex.ContentBlocks
src/DemoWebsite/App_Data/Models
src/DemoWebsite/App_Data/Umbraco.sdf
src/DemoWebsite/[Uu]mbraco/
*.css
# NuGet / Our Umbraco packages
pkg/**/*.nupkg
pkg/**/*.zip