Skip to content

Commit 123a381

Browse files
committed
Adding text support, trying to help with #46
1 parent 1f752bf commit 123a381

File tree

8 files changed

+805
-653
lines changed

8 files changed

+805
-653
lines changed

.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,15 @@
1111
/vendor
1212
/.vscode
1313

14+
# Flatpak build outputs
15+
/.flatpak-builder/
16+
/flatpak_build_dir/
17+
/repo/
18+
*.flatpak
19+
20+
# Build logs
21+
*.log
22+
1423
/subprojects/blueprint-compiler
1524

1625
# Python

0 commit comments

Comments
 (0)