diff options
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 |