-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.gitignore
73 lines (73 loc) · 1.68 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
# ignore MacOS DS Store files
.DS_Store
# ignore Content directory (contents not appropriate to share)
Content/
# include 404 (asp)
!Http404Error.aspx
# include 404 (c#)
!Http404Error.aspx.cs
# ignore App_Browsers directory
App_Browsers/
# ignore App_Code directory
App_Code/
# ignore App_Data directory
App_Data/
# ignore Assets directory
Assets/
# ignore Bin directory
Bin/
# ignore Blocks directory
Blocks/
# ignore Scripts direcotry
Scripts/
# ignore SqlServerTypes directory
SqlServerTypes/
# ignore Styles directory (automatically built by RockRMS system)
Styles/
# ignore webhooks directory (automatically built by RockRMS system)
Webhooks/
# ignore content directly in the root directory
/Default.aspx
/FileUploader.ashx
/GatewayStep2Return.aspx
/GatewayStep2Return.aspx.cs
/GetAsset.ashx
/GetBackgroundCheck.ashx
/GetChannelFeed.ashx
/GetCommunication.ashx
/GetEventCalendarFeed.ashx
/GetFile.ashx
/GetImage.ashx
/GetPersonGroupScheduleFeed.ashx
/Global.asax
/ImageUploader.ashx
/KeepAlive.aspx
/KeepAlive.aspx.cs
/license.aspx
/license.aspx.cs
/NMIGatewayStep2.html
/packages.config
/Readme.txt
/Settings.StyleCop
/web.config
# ignore Rock Web Conenction Strings file as it contains sensitive DB connection info
web.ConnectionStrings.config
# ignore system (stock/out of box) themes
Themes/CheckinAdventureKids
Themes/CheckinBlueCrystal
Themes/CheckinPark
Themes/DashboardStark
Themes/Flat
Themes/KioskStark
Themes/LandingPage
Themes/Rock
Themes/RockOriginal
Themes/Stark
# include the Calvary Church theme
!Themes/CalvaryChurch/
!Themes/CalvaryChurch/*
# ignore all plugin files (specific plugins will be explicitly stated)
Plugins/*
# include Calvary specific plugins
!Plugins/us_fishhook/
!Plugins/us_fishhook/*