diff options
author | dada513 <dada513@protonmail.com> | 2021-12-28 15:45:04 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-28 10:45:04 -0500 |
commit | d821ffb8295ca621302a0b8fe7421405af16bceb (patch) | |
tree | a1f602eccab2448d00ebd0ed942146ce1ff3ddf9 /.gitignore | |
parent | be5dc5db7094b7a740db004e17996113ca437b56 (diff) | |
download | PrismLauncher-d821ffb8295ca621302a0b8fe7421405af16bceb.tar.gz PrismLauncher-d821ffb8295ca621302a0b8fe7421405af16bceb.tar.bz2 PrismLauncher-d821ffb8295ca621302a0b8fe7421405af16bceb.zip |
Flatpak & Debian Packaging (#4)
Flatpak & Debian packages
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -39,3 +39,14 @@ secrets/ run/ .cache/ + +# Flatpak builds +.flatpak-builder +flatbuild +builddir +# Deb +packages/debian/polymc/usr/bin +packages/debian/polymc/usr/lib +packages/debian/polymc/usr/share/polymc/jars +packages/debian/polymc.deb +packages/debian/polymc/DEBIAN/control
\ No newline at end of file |