1 Star 0 Fork 0

彭辅军/VsVim

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.gitignore 1.30 KB
一键复制 编辑 原始数据 按行查看 历史
Jared Parsons 提交于 2016-06-18 16:37 . Ignore more VS files
# git-ls-files --others --exclude-from=.git/info/exclude
# Lines that start with '#' are comments.
# For a project mostly in C, the following would be a good set of
# exclude patterns (uncomment them if you want to use them):
# *.[oa]
# *~
# Binary files
*.exe
*.dbg
*.pcb
*.ncb
*.swp
*.snk
*.sdf
*.pdb
*.msi
*.vspx
*.mdf
*.ldf
*.opendb
Thumbs.db
# Project Files
*.user
*.suo
*.db
*.psess
TestResult.xml
# Extra files to be ignored
*.VisualState.xml
*.DotSettings
# Resharper
_ReSharper.*
_ReSharper.VsVim
# Productivity Power Tools
*.docstates
# Roslyn
VimAll.sln.ide/
VimCore.sln.ide/
VsVim.sln.ide/
vbcs.cache/
# Place where dogfood drops get put into.
Dogfood/
# This solution uses NuGet package restore so don't check in
# the actual binaries
packages/
# Ignore the Delpoy directory. This is where the deploy script
# checks in a vsix that is deployable
Deploy/
# Ignore NCrunch files for the moment. Still experimenting and
# don't want to put them in there just yet
*ncrunchproject
*ncrunchsolution
*crunchsolution.cache
# Directories
Debug/
Release/
bin/
obj/
TestsResults/
# Copied into a source directory for ease of build
VsVim.Vs2012.dll
VsVim.Vs2012.pdb
VsVim.Vs2013.dll
VsVim.Vs2013.pdb
# Profiling Output
*.vsp
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/peng_fu_jun/VsVim.git
[email protected]:peng_fu_jun/VsVim.git
peng_fu_jun
VsVim
VsVim
VsVim-2.1.1

搜索帮助