diff --git a/.gitignore b/.gitignore index 0d590ee..687b4db 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,9 @@ # 编译目录 bin/ obj/ +.idea/ +.vscode/ +.vs/ # Nuget包目录 packages/ @@ -29,4 +32,4 @@ x64/ *.vspscc *.vssscc .builds -.fake \ No newline at end of file +.fake