git 过滤文件

文件名:.gitignore内容:# gitignore### Java template*.class# Package Files*.war*.ear*.jar### JetBrains template# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Andro...

文件名:

.gitignore


内容:

# gitignore

### Java template

*.class


# Package Files

*.war

*.ear

*.jar


### JetBrains template

# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio


*.iml


## Directory-based project format:

.idea/


# IntelliJ

/out/


# mpeltonen/sbt-idea plugin

.idea_modules/


### OSX template

.DS_Store

.AppleDouble

.LSOverride


### Eclipse template

*.pydevproject

.metadata

.gradle

tmp/

*.tmp

*.bak

*.swp

.settings/


.project

.classpath


### Maven template

target/


### project template

FtpLocal/

Backup/

bin/

uni_logs/


${*.file}

${*.file}.lock

*.lock

*.log


##

#/config/service/dubbo.properties

#/config/system/service/defaults.xml

#/target-client/builder-client.xml


/target/

/bin/

/config/


转载于:https://blog.51cto.com/3253562/1901541

Logo

瓜分20万奖金 获得内推名额 丰厚实物奖励 易参与易上手

更多推荐

  • 浏览量 257
  • 收藏 0
  • 0

所有评论(0)

查看更多评论 
已为社区贡献8602条内容