📜  gitignore 模板 eclipse - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:45.985000             🧑  作者: Mango

代码示例1
*target*
*.jar
*.war
*.ear
*.class

# eclipse specific git ignore
*.pydevproject
.project
.metadata
bin/**
tmp/**
tmp/**/*
*.tmp
*.bak
*.swp
*~.nib
local.properties
.classpath
.settings/
.loadpath

# External tool builders
.externalToolBuilders/

# Locally stored "Eclipse launch configurations"
*.launch