码迷,mamicode.com
首页 > 其他好文 > 详细

Git-.gitignore

时间:2017-02-13 21:57:45      阅读:188      评论:0      收藏:0      [点我收藏+]

标签:commit   and   ras   package   build   better   nbsp   color   file   

# Packages #

############

# its better to unpack these files and commit the raw source

# git has its own built in compression methods

*.7z

*.dmg

*.gz

*.iso

*.jar

*.rar

*.tar

*.zip

 

# Logs and databases #

######################

*.log

*.sql

*.sqlite

 

# OS generated files #

######################

.DS_Store

.DS_Store?

._*

.Spotlight-V100

.Trashes

ehthumbs.db

Thumbs.db

 

# Build Systems #

######################

node_modules/

bower_components/

.sass-cache

*.css.map

build/

dist/

maps/

 

Git-.gitignore

标签:commit   and   ras   package   build   better   nbsp   color   file   

原文地址:http://www.cnblogs.com/SapphireCastle/p/6395186.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!