summaryrefslogtreecommitdiff
path: root/gitignore/community/Linux/Snap.gitignore
blob: ea38c6dd427cf29cf2635da44d3b4b314c4397ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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