优化了.gitignore文件,清理了不必要的条目并重新组织了结构
This commit is contained in:
parent
3092cd5d87
commit
a3b2765419
71
.gitignore
vendored
71
.gitignore
vendored
@ -1,24 +1,47 @@
|
||||
otk_cpp_doc/
|
||||
.vs/
|
||||
.claude/
|
||||
.vscode/
|
||||
*.user
|
||||
*.userosscache
|
||||
*.suo
|
||||
*.ncrunch*
|
||||
*.dbmdl
|
||||
*.jfm
|
||||
*.userprefs
|
||||
*.aps
|
||||
*.cache
|
||||
*.ilk
|
||||
*.log
|
||||
*.tmp
|
||||
*.tmp_proj
|
||||
*.user
|
||||
*.userosscache
|
||||
*.sln.docstates
|
||||
.x64
|
||||
MFCCreoDll/x64/
|
||||
|
||||
x64/*
|
||||
# Project docs / local tools
|
||||
otk_cpp_doc/
|
||||
.claude/
|
||||
.vscode/
|
||||
|
||||
# Visual Studio workspace
|
||||
.vs/
|
||||
*.suo
|
||||
*.user
|
||||
*.userosscache
|
||||
*.sln.docstates
|
||||
|
||||
# Build output directories
|
||||
[Dd]ebug/
|
||||
[Rr]elease/
|
||||
x64/
|
||||
[Bb]in/
|
||||
[Oo]bj/
|
||||
|
||||
# C/C++ build artifacts
|
||||
*.obj
|
||||
*.pch
|
||||
*.pdb
|
||||
*.idb
|
||||
*.ipdb
|
||||
*.ilk
|
||||
*.tlog
|
||||
*.lastbuildstate
|
||||
*.recipe
|
||||
*.vcxproj.FileListAbsolute.txt
|
||||
|
||||
# Logs / temp
|
||||
*.log
|
||||
*.tmp
|
||||
*.tmp_proj
|
||||
*.cache
|
||||
*.aps
|
||||
|
||||
# Test / reports
|
||||
[Tt]est[Rr]esult*/
|
||||
[Bb]uild[Ll]og.*
|
||||
_UpgradeReport_Files/
|
||||
Backup*/
|
||||
UpgradeLog*.XML
|
||||
|
||||
# NuGet / packages
|
||||
packages/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user