0235474
1 săptămână în urmă
părinte
comite
2cee9af08a
1 a modificat fișierele cu
4 adăugiri și
22 ștergeri
-
4
22
.gitignore
|
@@ -1,23 +1,5 @@
|
|
|
-# Visual Studio项目文件
|
|
|
-*.vcxproj
|
|
|
-*.vcxproj.filters
|
|
|
-*.vcxproj.user
|
|
|
-*.sln
|
|
|
-*.suo
|
|
|
-*.sdf
|
|
|
-*.opensdf
|
|
|
-*.pdb
|
|
|
-*.ipch
|
|
|
-*.obj
|
|
|
-*.tlog
|
|
|
-*.lastbuildstate
|
|
|
-*.idb
|
|
|
-*.exp
|
|
|
-*.ilk
|
|
|
-*.cache
|
|
|
+node_modules/
|
|
|
+.DS_Store
|
|
|
+.env
|
|
|
*.log
|
|
|
-/build/
|
|
|
-/Debug/
|
|
|
-/Release/
|
|
|
-/x64/
|
|
|
-/x86/
|
|
|
+dist/
|