-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
165 lines (140 loc) · 4.91 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
#the .map files are just to help developers. They get generated on build/save
*.map
#Exclude files generated by merge tooling
*.orig
*.rej
#Exclude node modules
node_modules
#OS junk files
[Tt]humbs.db
*.DS_Store
#Visual Studio files
*.[Oo]bj
*.user
*.aps
*.pch
*.vspscc
*.vssscc
*_i.c
*_p.c
*.ncb
*.suo
*.tlb
*.tlh
*.bak
*.[Cc]ache
*.ilk
*.log
*.lib
*.sbr
*.sdf
*.opensdf
*.unsuccessfulbuild
ipch/
[Oo]bj/
[Bb]in
[Dd]ebug*/
Ankh.NoLoad
*.vscode
#MonoDevelop
*.pidb
*.userprefs
#Tooling
_ReSharper*/
*.resharper
[Tt]est[Rr]esult*
*.sass-cache
#Project files
[Bb]uild/
#Subversion files
.svn
# Office Temp Files
~$*
# vim Temp Files
*~
#NuGet
packages/
*.nupkg
#ncrunch
*ncrunch*
*crunch*.local.xml
# visual studio database projects
*.dbmdl
#Test files
*.testsettings
*.orig
*.eml
#Exclude generated JS from TS apps
Source/AR.UI.CP.WebApp/App/**/*.js
Source/AR.UI.CP.WebApp/app/**/*.js
!Source/AR.UI.CP.WebApp/app/**/*.ts
Source/AR.UI.CP.WebApp/Billing/**/*.js
!Source/AR.UI.CP.WebApp/Billing/tests/e2e/protractor.conf.js
Source/AR.UI.PP.WebApp/PP/app/**/*.js
Source/AR.UI.PP.WebApp/PP/Scripts/Pages/CustomerManagement/CustomerDetails/**/*.js
#Exclude generated JS files for the users list stuff
Source/AR.UI.CP.WebApp/_AppDiagnostics/Tests/UsersListTests/**/*.js
#Exclude generated JS files for globally shared directives, filters, etc.
Source/AR.UI.CP.WebApp/Scripts/Common/**/*.js
Source/AR.UI.CP.WebApp/Scripts/Pages/Billing/BillingTour.config.js
#Exclude these SPECIFIC SECURESURF FILES that are generated by TypeScript
#This folder contains a mixture of JS & TS files, so we have to exclude the generated JS files like this for now :(
Source/AR.UI.CP.WebApp/Scripts/Pages/SecureSurf/ss-event-registry.factory.js
Source/AR.UI.CP.WebApp/Scripts/Pages/SecureSurf/ss-events.model.js
Source/AR.UI.CP.WebApp/Scripts/Pages/SecureSurf/ss-shared.model.js
Source/AR.UI.CP.WebApp/Scripts/Pages/SecureSurf/Configuration/*.js
Source/AR.UI.CP.WebApp/Scripts/Pages/SecureSurf/Directives/*.js
Source/AR.UI.CP.WebApp/Scripts/Pages/SecureSurf/Policies/*.js
Source/AR.UI.CP.WebApp/Scripts/Pages/SecureSurf/Logs/*.js
Source/AR.UI.CP.WebApp/Scripts/Pages/SecureSurf/Notifications/threat-report-notifications.controller.js
Source/AR.UI.CP.WebApp/Scripts/Pages/SecureSurf/Notifications/notifications.controller.js
Source/AR.UI.CP.WebApp/Scripts/Pages/SecureSurf/Notifications/notifications.model.js
Source/AR.UI.CP.WebApp/Scripts/Pages/SecureSurf/Notifications/critical-threat-notifications.controller.js
#Exclude these SPECIFIC Excahnge 2013 FILES that are generated by TypeScript
#This folder contains a mixture of JS & TS files, so we have to exclude the generated JS files like this for now :(
Source/AR.UI.CP.WebApp/Scripts/Pages/Exchange2013/Directives/validate-on-change.directive.js
Source/AR.UI.CP.WebApp/Scripts/Pages/Exchange2013/Directives/focus.directive.js
#Office365 specific files
Source/AR.UI.CP.WebApp/Scripts/Pages/Office365/Licenses/Models/account-sku-info-response.js
Source/AR.UI.CP.WebApp/Scripts/Pages/Office365/Licenses/Models/account-sku-info.model.js
Source/AR.UI.CP.WebApp/Scripts/Pages/Office365/Licenses/Models/o365-get-user-by-assigned-license-response.js
Source/AR.UI.CP.WebApp/Scripts/Pages/Office365/Licenses/Models/o365-user-dto.model.js
Source/AR.UI.CP.WebApp/Scripts/Pages/Office365/Licenses/Services/licensing.service.js
Source/AR.UI.CP.WebApp/Scripts/Pages/Office365/Licenses/licensing.controller.js
Source/AR.UI.CP.WebApp/Scripts/Pages/Office365/o365-base-response.js
Source/AR.UI.CP.WebApp/Scripts/Pages/Office365/o365-events.js
#Exclude these SPECIFIC FILES
**/angular-template-cache.config.js
**/angular-template-cache.config.ts
**/angular-translation-cache.config.js
**/angular-translation-cache.config.ts
Source/AR.UI.CP.Share.Internal/Resources/CPMessages1.Designer.vb
Source/AR.UI.Tools.MetricsMailer/.nuget/NuGet.Config
Source/AR.UI.Tools.MetricsMailer/.nuget/NuGet.exe
Source/AR.UI.Tools.MetricsMailer/.nuget/NuGet.targets
Source/.vs/config/applicationhost.config
Source/AR.UI.CP.WebApp/Scripts/data-access.js
Source/.sonar/SonarLint.Runner.zip
Source/.sonar/SonarLint.Runner/SonarLint.Runner.exe.config
Source/.sonar/SonarLint.xml
Source/.sonar/analysis-output.xml
Source/.sonar/report-task.txt
#Exclude generated code coverage files
Source/AR.UI.CP.WebApp/CodeCoverage/**/*
#Exclude generated JS files for protractor test and page objects
**/ProtractorTests/**/*.tests.js
**/ProtractorTests/**/*.page.js
**/ProtractorTests/**/*.modal.js
**/ProtractorTests/**/helpers/utils.js
**/helpers/*-actions.js
Source/.sonarqube/
Source/dotCover/
Source/dotCover.html
Source/resharper.xml
**/ProtractorTests/**/*.action.js
Source/AR.UI.CP.Tests/ProtractorTests/helpers/SubscriptionType.js
Source/AR.UI.CP.Tests/ProtractorTests/helpers/*.js
Source/AR.UI.CP.Tests/ProjectTests/**/*.js
/Source/AR.UI.CP.WebApp/Scripts/Pages/billing-tour.config.js
/Source/AR.UI.PP.WebApp/PP/Scripts/services/signalr.factory.js
/Source/AR.UI.PP.WebApp/PP/Scripts/services/signalr-propagator.service.js