diff options
author | Orangerot <purple@orangerot.dev> | 2024-07-26 17:49:18 +0200 |
---|---|---|
committer | Orangerot <purple@orangerot.dev> | 2024-07-26 17:49:18 +0200 |
commit | a5ba031c9dfc830d3fe44e868c5fd26af2fbb225 (patch) | |
tree | 7142f49c4cbfaa607a42530e67918c120bc071c8 /.gitignore | |
parent | f039734dddd1262909219ed14d9bf07e4d35ff81 (diff) |
feat(qt): simple qt qml application
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..567609b --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +build/ |