0235474
1 hete
1 módosított fájl,
4 hozzáadás és
22 törlés
-
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/
|