diff --git a/src/AIHub/.gitignore b/src/AIHub/.gitignore deleted file mode 100644 index bb276ec..0000000 --- a/src/AIHub/.gitignore +++ /dev/null @@ -1,16 +0,0 @@ -#ignore the appsettings.json file -appsettings.json -#ignore the publish folder -publish/ -# ignore the packages folder -!**/packages/* -# ignore the .vscode folder -!.vscode/ -# ignore Debug and subfolders -**/Debug/* -# ignore Release and subfolders -**/Release/* -# ignore obj folders -obj/* -# ignore .sln file -*.sln \ No newline at end of file