mirror of
https://github.com/github/gitignore.git
synced 2026-04-11 14:11:43 +08:00
Add Flatpak.gitignore
Cribbed directly from the Element Flatpak's .gitignore file at https://github.com/flathub/im.riot.Riot/blob/master/.gitignore, simply because Element is a pretty popular application. Note in particular that this covers all directories that will be created by the Flatpak tutorial's suggested `flatpak-builder` command: https://docs.flatpak.org/en/latest/first-build.html#build-and-install `repo` is the OSTree repository that the built Flatpak will be "published" to for testing, `.flatpak-builder` is an internal build directory, and `builddir` is another, user-specified build directory.
This commit is contained in:
parent
86922aee42
commit
80a98b3d2a
3
community/Linux/Flatpak.gitignore
Normal file
3
community/Linux/Flatpak.gitignore
Normal file
@ -0,0 +1,3 @@
|
||||
.flatpak-builder
|
||||
builddir
|
||||
repo
|
||||
Loading…
Reference in New Issue
Block a user