diff options
author | Rory& <root@rory.gay> | 2024-02-23 12:30:39 +0100 |
---|---|---|
committer | Rory& <root@rory.gay> | 2024-02-23 12:30:39 +0100 |
commit | 4f9311ed047c6e6a62e3d49be330a83a829b72fb (patch) | |
tree | 86aaafacb1758351e515619b0a29aced378488db /.gitignore | |
parent | MessageBuilder extensions (diff) | |
download | LibMatrix.ExampleBot-master.tar.xz |
Add gitignore, license, editorconfig HEAD github/master master
Diffstat (limited to '')
-rw-r--r-- | .gitignore | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..fba66db --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +**/bin/ +**/obj/ +MatrixRoomUtils/ +MatrixRoomUtils.Web/wwwroot/MRU.tar.xz +/src/ +*.tar.xz +matrix-sync.json +/patches/ +MatrixRoomUtils.Bot/bot_data/ +appsettings.Local*.json +appservice.yaml +appservice.json +Tests/LibMatrix.Tests/appsettings.json |