diff options
author | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-08-14 10:36:19 +0200 |
---|---|---|
committer | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-08-14 10:36:19 +0200 |
commit | 977220895d8127116d0000fa98088b235d4a8801 (patch) | |
tree | 09b9f295e9e0e82b8137edbd98afc3aebbab1a56 /.gitignore | |
download | MxApiExtensions-977220895d8127116d0000fa98088b235d4a8801.tar.xz |
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..69e0722 --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +**/bin/ +**/obj/ +MatrixRoomUtils/ +MatrixRoomUtils.Web/wwwroot/MRU.tar.xz +/src/ +*.tar.xz +matrix-sync.json +/patches/ +MatrixRoomUtils.Bot/bot_data/ +appsettings.Local*.json +cache/ |