44 lines
728 B
Plaintext
44 lines
728 B
Plaintext
# Ignore everything at the repository root by default.
|
|
/*
|
|
|
|
# Keep only the source/dependency roots selected for this repository.
|
|
!/.gitignore
|
|
!/引用DLL/
|
|
!/插件库/
|
|
!/其他程序/
|
|
|
|
# Legacy VCS and local tool state.
|
|
**/.svn/
|
|
**/.vs/
|
|
**/.workbuddy/
|
|
|
|
# Build outputs and restored packages.
|
|
**/bin/
|
|
**/obj/
|
|
**/Debug/
|
|
**/Release/
|
|
**/packages/
|
|
|
|
# User-specific, temporary, and generated files.
|
|
*.user
|
|
*.suo
|
|
*.pdb
|
|
*.cache
|
|
*.resources
|
|
*.CopyComplete
|
|
*.Up2Date
|
|
*.mine
|
|
*.bak
|
|
*.zip
|
|
*.rar
|
|
*.7z
|
|
*.r[0-9]*
|
|
|
|
# Confirmed unnecessary large files.
|
|
/其他程序/工作部署记录/Smart X1 SDK V1.0.zip
|
|
/引用DLL/CEF.zip
|
|
/插件库/mes_YzUsedby3.zip
|
|
/引用DLL/CEFxp.zip
|
|
/插件库/mycontrol_il.txt
|
|
/插件库/Lskj.IPersonnelConnection.zip
|