-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
125 lines (109 loc) · 2.15 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
*.obj
*.exe
*.pdb
*.user
*.aps
*.pch
*.vspscc
*_i.c
*_p.c
*.ncb
*.suo
*.tlb
*.tlh
*.rar
*.7z
*.bak
*.cache
*.ilk
*.log
*.lib
*.sbr
*.scc
*.tokens
*.orig
*.ldf
*.mdf
*.ndf
# teleopti things
*.[Cc]onfig
appsettings.test.json
*.feature.cs
dbo.OlaHallengren*.sql
dbo.IndexMaintenance*.sql
.com.teleopti.wfm.developer.tools
*.backup
*.dbcache
WISE/Simulation/**
# front end build
npm-debug*
npm-shrinkwrap.json
# ide and tools
**/.vs/
**/.idea/*
!.idea/config/
.idea/config/*
!.idea/.idea.CruiseControl/
.idea/.idea.CruiseControl/*
!.idea/.idea.CruiseControl/.idea/
.idea/.idea.CruiseControl/.idea/*
!.idea/.idea.CruiseControl/.idea/runConfigurations/
*resharper*
_ReSharper*/
.sonarqube/
[Bb]uild[Ll]og.*
[Tt]est[Rr]esult*
*.[Pp]ublish.xml
*.orig
*.tmp_proj
*.rej
*.DotSettings
/.vscode/*
!/.vscode/extensions.json
!/.vscode/Frontend.code-workspace
.gitconfig
.mob/
# packages
packages/
# bin
[Bb]in
obj/
[Db]ebug/
[Rr]elease/
Teleopti\.Messaging/TeleOpti\.Messaging\.Bin/
Teleopti.Wfm.Administration/frontend/.vscode/settings.json
/Teleopti.Ccc.Web/Teleopti.Ccc.Web/.vscode/launch.json
/.env*
!/.env-example
/Teleopti.Wfm.Api/appsettings.json
/Teleopti.Wfm.Api/output
/Teleopti.Wfm.Zpydir.Server/appsettings.json
/Teleopti.Wfm.Zpydir.Server/output
/Teleopti.Wfm.Administration/appsettings.json
/Teleopti.Ccc.Sdk/Teleopti.Ccc.Sdk.ServiceBus.ConsoleHost/Logs
/Teleopti.Ccc.Sdk/Teleopti.Ccc.Sdk.ServiceBus.Host/Logs
# Web
node_modules/
npm-debug.log
## Build files
/dist
/Teleopti.Ccc.Web/Teleopti.Ccc.Web/WFM
/Teleopti.Ccc.Web/Teleopti.Ccc.Web/dist
/Teleopti.Ccc.Web/Teleopti.Ccc.Web/dist-ajs
/Teleopti.Ccc.Web/Teleopti.Ccc.Web/reset-password
/Teleopti.Ccc.Web/Teleopti.Ccc.Web/mytime-angular
/Teleopti.Wfm.Administration/v2
/Teleopti.Ccc.Web/Teleopti.Ccc.Web/assets/i18n
## Test resuluts
/HeadlessChrome_*/
/result.xml
/frontend-apps/*/TESTS-*.xml
/frontend-libs/*/TESTS-*.xml
**/cypress/videos
**/cypress/screenshots
# Database files that are only applied locally
/Database/TeleoptiCCC7/Development/*.sql
/.tgitconfig
# Application files
Logs/*
!Logs/.gitkeep