diff options
author | Frankie B <git@diskfloppy.me> | 2024-05-09 23:19:29 +0100 |
---|---|---|
committer | Frankie B <git@diskfloppy.me> | 2024-05-09 23:19:29 +0100 |
commit | a1dff2cb8d33b17bc5981f1638cd50266713e98f (patch) | |
tree | 6162d8b8ef5a60ed988320c608b7da6396d08ff2 /.gitignore |
Add existing source + chat invite handling
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..51181d5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +.idea +build +lib +out +.DS_Store
\ No newline at end of file |