diff --git a/.gitignore b/.gitignore index cbc8662..bb11ed4 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ *.sqlite-shm *.sqlite-wal .vs/ -**appsettings.Development.json +**/appsettings.*.json !**/appsettings.Example.json -debug/** \ No newline at end of file +debug/** +publish/** \ No newline at end of file