From 43e06f4b1b7ead9f8cc97fe547eb49d51f341486 Mon Sep 17 00:00:00 2001 From: Rory& Date: Sat, 20 Jan 2024 08:34:32 +0100 Subject: Initial commit --- .gitignore | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ea15c2f --- /dev/null +++ b/.gitignore @@ -0,0 +1,17 @@ +**/bin/ +**/obj/ +MatrixRoomUtils/ +MatrixRoomUtils.Web/wwwroot/MRU.tar.xz +/src/ +*.tar.xz +matrix-sync.json +/patches/ +MatrixRoomUtils.Bot/bot_data/ +appsettings.Local*.json +nixpkgs/ + +test.tsv +test-proxy.tsv +homeservers.txt +LoginPayload.txt +LoginPayload.txt.old -- cgit 1.4.1