diff --git a/.gitignore b/.gitignore index c60eafb..b41960d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,40 @@ -################################################################################ -# 此 .gitignore 文件已由 Microsoft(R) Visual Studio 自动创建。 -################################################################################ +# IDE +.idea/ +.vscode/ +.config/ +.vs/ +# Visual Studio +bin/ +obj/ +Debug/ +Release/ +*.user +*.suo +*.sln.docstates +.vs/ + +# Build results +[Dd]ebug/ +[Dd]ebugPublic/ +[Rr]elease/ +[Rr]eleases/ +x64/ +x86/ +[Ww][Ii][Nn]32/ +[Aa][Rr][Mm]/ +[Aa][Rr][Mm]64/ + +# Node.js +node_modules/ +npm-debug.log +yarn-error.log +dist/ +.angular/ + +# Other +.settings/ +*.swf +*.air +*.ipa +*.apk