git删除暂存区的内容,删除phpstorm产生的.idea文件夹

删掉以后,

在项目根目录下新建一个.gitignore文件

 

# phpstorm project files
.idea

# netbeans project files
nbproject

# zend studio for eclipse project files
.buildpath
.project
.settings

# windows thumbnail cache
Thumbs.db

# composer vendor dir
/vendor

# composer itself is not needed
composer.phar

# Mac DS_Store Files
.DS_Store

# phpunit itself is not needed
phpunit.phar
# local phpunit config
/phpunit.xml

 

posted on 2014-10-30 19:17  walter371  阅读(1301)  评论(0编辑  收藏  举报

导航