Casper před 1 týdnem
revize
51d6822fe6
3 změnil soubory, kde provedl 83 přidání a 0 odebrání
  1. 1 0
      .gitattributes
  2. 74 0
      .gitignore
  3. 8 0
      README.md

+ 1 - 0
.gitattributes

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

+ 74 - 0
.gitignore

@@ -0,0 +1,74 @@
+# 忽略所有的文件
+*
+
+# 不忽略目录
+!*/
+
+# 指定忽略的目录名
+.vs/
+bin/
+out/
+install/
+build/
+devel/
+vcpkg/
+vcpkg_installed/
+/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
+
+!*.cpp
+!*.hpp
+!*.cc
+!*.h
+!*.c
+
+!*.md
+!*.txt
+!*.ini
+!*.json
+!*.yml
+!*Dockerfile
+
+!*.py
+!*.sh
+!*.bash
+!*.bat
+!*.ps1
+
+# --- for ros ---
+!*.launch
+!*.action
+!*.msg
+!*.cfg
+!*.srv
+
+# --- for vs ---
+!*.vcxproj
+!*.sln
+
+# --- for qt ---
+!*.ui
+!*.qml
+!*.qrc
+!*.png
+!*.js
+!*.ttf
+!*.cmake
+!*.bmp
+!*.inc
+!*.wav
+!*.idb
+!*.proto
+

+ 8 - 0
README.md

@@ -0,0 +1,8 @@
+## README
+
+#### 分支信息
+
+* 项目地址:https://gitee.com/sri-project/yancheng.git
+* 分支名称:master
+* 分支用途:盐城背包项目
+* 分支状态:进行中(2025年5月)