]> source.dussan.org Git - gitignore.git/commitdiff
add community Snap template
authorBrendan Forster <github@brendanforster.com>
Sun, 28 Oct 2018 12:55:44 +0000 (09:55 -0300)
committerBrendan Forster <github@brendanforster.com>
Sun, 28 Oct 2018 21:17:26 +0000 (18:17 -0300)
Co-Authored-By: ๆž—ๅšไป(Buo-ren Lin) <lin-buo-ren@users.noreply.github.com>
Co-Authored-By: Marius Gripsgard <marius@ubports.com>
community/Linux/Snap.gitignore [new file with mode: 0644]

diff --git a/community/Linux/Snap.gitignore b/community/Linux/Snap.gitignore
new file mode 100644 (file)
index 0000000..ea38c6d
--- /dev/null
@@ -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