mirror of
https://github.com/go-gitea/gitea
synced 2024-10-31 23:34:25 +00:00
db5524a9ab
Updated the gitignore list with the command : `go run scripts/generate-gitignores.go`
15 lines
363 B
Plaintext
15 lines
363 B
Plaintext
# 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
|