Fetch the repository succeeded.
#忽略windows生成的缩略图文件
Thunbs.db
#忽略Visual Studio生成时产生的文件
*.obj
*.exe
*.pdb
*.user
*.aps
*.pch
*.vspscc
*.ncb
*.suo
*.tlb
*.tlh
*.bak
*.cache
*.ilk
*.log
#忽略PaPaPa.*项目生成时产生的文件
src/*/PaPaPa.*/[Bb]in
src/*/PaPaPa.*/[Oo]bj
#忽略Framework.*项目生成时产生的文件
src/*/Framework.*/[Bb]in
src/*/Framework.*/[Oo]bj
#忽略nuget库
src/packages/
Sign in for post a comment
Comment ( 0 )