📝 Updated scripts and added default gitignores
This commit is contained in:
parent
ceffdc06f4
commit
d4226720cb
258 changed files with 6900 additions and 27 deletions
14
gitignore/community/Linux/Snap.gitignore
Normal file
14
gitignore/community/Linux/Snap.gitignore
Normal file
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue