選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

Snap.gitignore 363B

1234567891011121314
  1. # gitginore template for creating Snap packages
  2. # website: https://snapcraft.io/
  3. parts/
  4. prime/
  5. stage/
  6. *.snap
  7. # Snapcraft global state tracking data(automatically generated)
  8. # https://forum.snapcraft.io/t/location-to-save-global-state/768
  9. /snap/.snapcraft/
  10. # Source archive packed by `snapcraft cleanbuild` before pushing to the LXD container
  11. /*_source.tar.bz2