Skip to content

Commit

Permalink
添加gitignore中eclipse部分
Browse files Browse the repository at this point in the history
  • Loading branch information
testacount1 committed Aug 15, 2017
1 parent edb0ccd commit f7ed12e
Showing 1 changed file with 61 additions and 2 deletions.
63 changes: 61 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,64 @@

# Created by https://www.gitignore.io/api/java,maven,netbeans,windows
# Created by https://www.gitignore.io/api/java,maven,netbeans,windows,eclipse

### Eclipse ###

.metadata
bin/
tmp/
*.tmp
*.bak
*.swp
*~.nib
local.properties
.settings/
.loadpath
.recommenders

# External tool builders
.externalToolBuilders/

# Locally stored "Eclipse launch configurations"
*.launch

# PyDev specific (Python IDE for Eclipse)
*.pydevproject

# CDT-specific (C/C++ Development Tooling)
.cproject

# Java annotation processor (APT)
.factorypath

# PDT-specific (PHP Development Tools)
.buildpath

# sbteclipse plugin
.target

# Tern plugin
.tern-project

# TeXlipse plugin
.texlipse

# STS (Spring Tool Suite)
.springBeans

# Code Recommenders
.recommenders/

# Scala IDE specific (Scala & Java development for Eclipse)
.cache-main
.scala_dependencies
.worksheet

### Eclipse Patch ###
# Eclipse Core
.project

# JDT-specific (Eclipse Java Development Tools)
.classpath

### Java ###
# Compiled class file
Expand Down Expand Up @@ -68,6 +127,6 @@ $RECYCLE.BIN/
# Windows shortcuts
*.lnk

# End of https://www.gitignore.io/api/java,maven,netbeans,windows
# End of https://www.gitignore.io/api/java,maven,netbeans,windows,eclipse

/nbproject/

0 comments on commit f7ed12e

Please sign in to comment.