diff options
Diffstat (limited to '')
-rw-r--r-- | options/gitignore/Snap | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/options/gitignore/Snap b/options/gitignore/Snap new file mode 100644 index 0000000..ea38c6d --- /dev/null +++ b/options/gitignore/Snap @@ -0,0 +1,14 @@ +# 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 |