diff --git a/.gitignore b/.gitignore index db1b3f4..102f010 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,8 @@ ## ## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore +**/.DS_Store + # User-specific files *.rsuser *.suo @@ -364,4 +366,4 @@ MigrationBackup/ # Fody - auto-generated XML schema FodyWeavers.xsd -**/appsettings.Developmment.json \ No newline at end of file +**/appsettings.Developmment.json diff --git a/AceJobAgency/.gitignore b/AceJobAgency/.gitignore index fd8272c..76c053d 100644 --- a/AceJobAgency/.gitignore +++ b/AceJobAgency/.gitignore @@ -1 +1,2 @@ -appsettings.Development.json \ No newline at end of file +appsettings.Development.json +wwwroot/ \ No newline at end of file