From 5d486f36d1995b7928d0d73e30ee27192aa0638e Mon Sep 17 00:00:00 2001 From: kz6fittycent Date: Sun, 26 Sep 2021 12:51:36 -0500 Subject: [PATCH] Update .gitignore --- .gitignore | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/.gitignore b/.gitignore index bf37c5f..6772cda 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,18 @@ +# gitginore template for creating Snap packages +# website: https://snapcraft.io/ + +parts/ +prime/ +stage/ +*.snap + +# Snapcraft global state tracking data(automatically generated) +# https://forum.snapcraft.io/t/location-to-save-global-state/768 +/snap/.snapcraft/ + +# Source archive packed by `snapcraft cleanbuild` before pushing to the LXD container +/*_source.tar.bz2 + # Prerequisites *.d