mirror of
https://github.com/Xetibo/ReSet.git
synced 2025-09-08 11:29:17 +02:00
feat: Add flatpak build tools
This commit is contained in:
parent
638abd5b86
commit
727808db46
5 changed files with 1450 additions and 5 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -2,6 +2,8 @@
|
|||
# will have compiled files and executables
|
||||
debug/
|
||||
target/
|
||||
flatpak/build
|
||||
flatpak/.flatpak-builder
|
||||
|
||||
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
|
||||
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
|
||||
|
@ -17,4 +19,4 @@ Cargo.lock
|
|||
# Added by cargo
|
||||
|
||||
/target
|
||||
.idea/
|
||||
.idea/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue