首页
关于
Search
1
Fastadmin 美化后台样式
312,268 阅读
2
关于破解移动宽带光猫 型号: GS3101 超级管理员密码
27,683 阅读
3
Wallpaper完美壁纸修复天气bug(无需申请API)
23,473 阅读
4
给Thinkphp3用上composer
21,203 阅读
5
Uniapp/小程序网络请求出现错误errno: 600001的解决方案
20,379 阅读
Linux
Mysql
PHP
Nginx
归档
Android
Python
IOS
浴室沉思
C++
CCF CSP认证
Windows
C#
前端
登录
Search
标签搜索
php
git
Windows
wkhtmltopdf
短信
defense
API
Google Photos
python
wkhtmltoimage
网页快照
linux
ssr
https
mail
sms
小程序
封装
ComoBox
拼多多
Guooo
累计撰写
126
篇文章
累计收到
99
条评论
首页
栏目
Linux
Mysql
PHP
Nginx
归档
Android
Python
IOS
浴室沉思
C++
CCF CSP认证
Windows
C#
前端
页面
关于
搜索到
1
篇与
的结果
2018-02-28
.gitignore
如果是已经commit之后修改.gitignore,是不会立刻生效的,需要使用git rm -r . --cached清除一下缓存区,然后git add -Agit commit另外有关于C#的.gitngnore模板.vs /build/ *.suo *.user _ReSharper.*/ *.sdf bin/ obj/ Debug/ Release/ *.opensdf *.tlog *.log TestResult.xml *.VisualState.xml Version.cs Version.h Version.cpp以及需要更多的话,可以查看https://github.com/github/gitignorehttps://github.com/github/gitignore/blob/master/VisualStudio.gitignore
2018年02月28日
3,595 阅读
0 评论
0 点赞