Răsfoiți Sursa

更新.gitignore

Casper 7 luni în urmă
comite
def8aa53fa
3 a modificat fișierele cu 63 adăugiri și 0 ștergeri
  1. 1 0
      .gitattributes
  2. 60 0
      .gitignore
  3. 2 0
      README.md

+ 1 - 0
.gitattributes

@@ -0,0 +1 @@
+* text=auto eol=lf encoding=utf-8

+ 60 - 0
.gitignore

@@ -0,0 +1,60 @@
+# 忽略所有的文件
+#*
+
+# 不忽略目录
+!*/
+
+# 指定忽略的目录名
+/EgoServer/EgoServer/.vs
+/EgoServer/EgoServer/x64
+/EgoServer/updator/out/build
+/EgoServer/webrtcinterop/out/build
+/EgoServer/webrtcinterop/x64
+/EgoQt/webrtcinterop/out/build
+/EgoQt/.qtc_clangd
+/EgoQt/EgoDLL/x64
+/EgoQt/HttpDLL/x64
+
+# 指定不忽略文件类型
+!*.editorconfig
+!*.gitattributes
+!*.gitignore
+
+!*.md
+!*.txt
+
+!*.sh
+!*.bash
+!*.yml
+!*Dockerfile
+
+!*.py
+!*.cpp
+!*.hpp
+!*.cc
+!*.h
+!*.c
+
+# --- for qt ---
+!*.json
+!*.dll
+!*.lib
+!*.proto
+!*.qml
+!*.qrc
+!*.png
+!*.js
+!*.ttf
+!*.cmake
+!*.sln
+!*.bmp
+!*.pro
+!*.vcxproj
+!*.inc
+!*.wav
+!*.idb
+!*.a
+
+
+
+

+ 2 - 0
README.md

@@ -0,0 +1,2 @@
+## 车端例程开发
+