diff --git a/templates/DotnetCore.gitignore b/templates/DotnetCore.gitignore index 082823c6..af7aa2f7 100644 --- a/templates/DotnetCore.gitignore +++ b/templates/DotnetCore.gitignore @@ -1,6 +1,7 @@ # .NET Core build folders bin/ obj/ +.artifacts/ # Common node modules locations /node_modules