123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- # 忽略所有的文件
- *
- # 不忽略目录
- !*/
- # 指定忽略的目录名
- /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
- !*.py
- !*.zsh
- !*.bash
- !*Dockerfile*
- !*.ini
- !*.xml
- !*.yml
- !*.json
- !*.h
- !*.c
- !*.hpp
- !*.cpp
- !*.cc
- !*.cmake
- !Makefile
- # --- for ros ---
- !*.launch
- !*.action
- !*.msg
- !*.cfg
- !*.srv
- # --- for qt ---
- !*.dll
- !*.lib
- !*.proto
- !*.qml
- !*.qrc
- !*.png
- !*.js
- !*.ttf
- !*.sln
- !*.bmp
- !*.pro
- !*.vcxproj
- !*.inc
- !*.wav
- !*.idb
- !*.a
|