-
-
Notifications
You must be signed in to change notification settings - Fork 409
Expand file tree
/
Copy path.gitignore
More file actions
57 lines (51 loc) · 1.02 KB
/
.gitignore
File metadata and controls
57 lines (51 loc) · 1.02 KB
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
#file types
_ReSharper.*
*.resharper
*.DS_Store
*.tlog
*.vsp
*.psess
*.v11.suo
*.user
*.suo
#*.Framework.XML
#specific files
web.[Cc]onnectionStrings.config
app.[Cc]onnectionStrings.config
desktop.ini
Rock.XML
Quartz.xml
StyleCop.Cache
#build artifacts
**/[Bb]in/[Dd]ebug
**/[Bb]in/[Rr]elease
**/[Oo]bj/[Dd]ebug
**/[Oo]bj/[Rr]elease
**/[Oo]bj/*.nuget.*
**/[Oo]bj/project.assets.json
#specific folders
RockWeb/Cache/*
RockWeb/Content/ASM_Thumbnails
RockWeb/App_Data/PackageStaging
RockWeb/App_Data/MobileAppBundles
RockWeb/App_Data/Geolocation
RockWeb/Obsidian/
RockWeb/Scripts/Rock/UI/structuredcontenteditor/
/scaffolding.config
*.sln.GhostDoc.xml
.vs/
.vshistory/
.localhistory/
.vshistory/
TestResults/
Packages/*
# javascript deps
node_modules
.cache
*.map
/packages/
/Installers/CheckScannerInstall/UpgradeLog.htm
/Installers/CheckScannerInstall/UpgradeLog2.htm
/Installers/CheckScannerInstall_2017/CheckScannerInstall
# Dev Tools
Dev Tools/Scripts/obsidian-backend-watch/logs/