From 955a0f7a3399d089f967a0be3f08b3e62c1c796f Mon Sep 17 00:00:00 2001 From: Kevin Song <4605384+chipbuster@users.noreply.github.com> Date: Sun, 27 Feb 2022 15:58:28 -0600 Subject: ci: Notarize MacOS Binaries and Add Flat Package Installers (#3571) * ci: Notarize MacOS * Modify logging and documentation to be better * Make a copy of certain parts of the deploy workflow * Delete testing workflow --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 62b0a1a1e..7e007b41e 100644 --- a/.gitignore +++ b/.gitignore @@ -28,3 +28,6 @@ Cargo.lock # Compiled files for documentation docs/node_modules docs/.vuepress/dist/ + +# Ignore pkg files within the install directory +install/**/*.pkg \ No newline at end of file -- cgit v1.2.3
summaryrefslogtreecommitdiffstats
path: root/js/karma.conf.js
blob: 590cb598ac460260bd34e6e4840783fd456ac9d3 (plain)
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