-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
69 lines (55 loc) · 1.49 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
# Note: VisualStudio gitignore rules may also be relevant
# Umbraco
# Ignore unimportant folders generated by Umbraco
**/App_Data/Logs/
**/App_Data/[Pp]review/
**/App_Data/TEMP/
**/App_Data/NuGetBackup/
# Ignore Umbraco content cache file
**/App_Data/umbraco.config
# 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
# ImageProcessor DiskCache
**/App_Data/cache/
**/obj/*
**/.vs/*
**/.vs*
**/bin/release*
tabletop/tabletop.test/bin/*
tabletop/tabletop/bin/Debug/netcoreapp2.0/
tabletop/tabletop/bin/Debug/netcoreapp*/
appsettings.Production.json
node_modules*
.env
**/.idea/*
.idea
/tabletop/tabletop.test/coverage.opencover.xml
/tabletop/tabletop.test/netcore-coverage.cobertura.xml
**/osx.10.12-x64/*
**/linux-arm/*
**/linux-arm64/*
**/win7-x86/*
**/generic-netcore/*
**/generic-netcore-starskyonly/*
**/netframework-msbuild/*
tabletop-linux-arm.zip
tabletop-linux-arm64.zip
tabletop-osx.10.12-x64.zip
tabletop-win7-x86.zip
tabletop-generic-netcore*.zip
**/Cake/*
**/tools/nuget.exe
**/tools/packages.config*
**/tools/Addins/*/**
**/tools/ReportGenerator*/*
**/tools/MSBuild.SonarQube.Runner.Tool*/*
**/tools/OpenCoverToCoberturaConverter*/*
**/coveragereport/*
**/coverage.report/*
**/coverage-report/*
**/coverage-report.zip
**/netcore-coverage.opencover.xml
**/jest-coverage.cobertura.xml
**/coverage-merge-report/*