diff options
author | Rory& <root@rory.gay> | 2024-09-04 05:02:20 +0200 |
---|---|---|
committer | Rory& <root@rory.gay> | 2024-09-04 05:02:20 +0200 |
commit | d10417339b76bf2750f3e54f4e3b714dd3ed369a (patch) | |
tree | 2f0a51900228f3d4e241f9d8ac3001632ed5305d /.gitignore | |
parent | cgit url for libmatrix (diff) | |
download | ModerationClient-master.tar.xz |
Changes HEAD github/master master
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/.gitignore b/.gitignore index a6807bd..668274e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,12 +1,12 @@ -# Dotnet build outputs +# Regular dotnet things **/bin/ **/obj/ +**/*.[Dd]ot[Ss]ettings.[Uu]ser +**/BenchmarkDotNet.Artifacts/ -# User files -*.DotSettings.user -*.patch +# Local files /patches/ - -# Local files: appsettings.Local*.json +appservice.yaml +appservice.json .run/local/*.run.xml \ No newline at end of file |