Git 中的.gitignore文件的作用及配置

.gitignore 文件


############################################################
### Java ###
*.class
classes/
# Mobile Tools for Java (J2ME)
.mtj
.tmp/

### Package Files ###
*.jar
*.war
*.ear

# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*

############################################################
### Eclipse IDE file###############################
.groovy/
.settings/
.metadata
.project
.classpath
.loadpath
# Locally stored "Eclipse launch configurations"
*.launch
local.properties
### Itellij Idea File  ###############################
*.ipr
*.iml
*.iws
.idea
.idea/

############################################################
### Compile file ###
bin/
tmp/
*.tmp
*.bak

############################################################
### Maven ###
target/
pom.xml.tag
pom.xml.releaseBackup
pom.xml.versionsBackup
pom.xml.next
release.properties
backup.properties

.gradle
.flattened-pom.xml


# CDT-specific
.cproject

# PDT-specific
.buildpath

# sbteclipse plugin
.target

############################################################
*.log
log.txt

############################################################
### OSX ###########################
.DS_Store
.AppleDouble
.LSOverride
# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
# Network Trash Folder
Temporary Items
.apdisk
### Linux ###########################
*~
*.swp
*~.nib
### Windows ###########################
# Windows image file caches
Thumbs.db
ehthumbs.db
# Folder config file
Desktop.ini
# Windows shortcuts
*.lnk
# Thumbnails
._*
# Windows Installer files
*.cab
*.msi
*.msm
*.msp
# Recycle Bin used on file shares
$RECYCLE.BIN/
############################################################
# KDE directory preferences
.directory

# Files that might appear on external disk
.Spotlight-V100
.Trashes
############################################################

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值