summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorKevin Song <4605384+chipbuster@users.noreply.github.com>2022-02-27 15:58:28 -0600
committerGitHub <noreply@github.com>2022-02-27 15:58:28 -0600
commit955a0f7a3399d089f967a0be3f08b3e62c1c796f (patch)
tree549cb601febd1d15cea714e86dac253d2e4070fd /.gitignore
parent4369c92d4033c09ff411771e24c0161d713b7c64 (diff)
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
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
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