forked from SparkDevNetwork/Rock
-
Notifications
You must be signed in to change notification settings - Fork 8
/
.gitignore
58 lines (51 loc) · 989 Bytes
/
.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
#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
#specific folders
RockWeb/Cache/*
RockWeb/Content/ASM_Thumbnails
RockWeb/App_Data/PackageStaging
RockWeb/App_Data/MobileAppBundles
/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
# NewPointe stuff
/org.newpointe.*/bin
/org.newpointe.*/obj
/RockWeb/Content
/RockWeb/wp-content
/RockWeb/App_Data/Files
/RockWeb/App_Data/RockShop