加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.gitignore 825 Bytes
一键复制 编辑 原始数据 按行查看 历史
Mark Pizzolato 提交于 2016-06-08 10:13 . Remove accidentally added file
.git-commit-id
#ignore thumbnails created by windows
Thumbs.db
#ignore Desktop Services Store created by OSX
.DS_Store
#Ignore files built by Visual Studio
*.obj
# VAX/vmb.exe is not a generated file and should be in the repository
!VAX/vmb.exe
*.exe
*.pdb
*.user
*.aps
*.pch
*.vspscc
*_i.c
*_p.c
*.ncb
*.suo
*.tlb
*.tlh
*.bak
*.cache
*.ilk
*.log
[Bb]in
[Dd]ebug*/
*.lib
*.sbr
*.bak
*.save
obj/
[Rr]elease*/
_ReSharper*/
[Tt]est[Rr]esult*
*.o
*~
*#
BIN/
ipch/
# We only care about specific files in the Visual Studio Projects
# folder. Things which are there on the fly to support debugging
# or other things we don't want git to manage.
!Visual Studio Projects/*.vcproj
!Visual Studio Projects/*.sln
!Visual Studio Projects/0ReadMe_Projects.txt
Visual Studio Projects/*
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化