From 4f9311ed047c6e6a62e3d49be330a83a829b72fb Mon Sep 17 00:00:00 2001 From: Rory& Date: Fri, 23 Feb 2024 12:30:39 +0100 Subject: Add gitignore, license, editorconfig --- .gitignore | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') 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 -- cgit 1.5.1