GitIgnore File for eclipse

Create a .gitignore file to tell git which files or folders to ignore in your eclipse project.

# Created by https://Shodkk.com/create-gitignore (Shantanu Bombatkar) SirDeploy Package
# It helps deploy fakeserver ReactApp on Heroku and Github Pages
#  Hope it helps || Thanks for Using SirDeploy Package

### 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

# CDT- autotools
.autotools

# 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/

# Annotation Processing
.apt_generated/
.apt_generated_test/

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

# Uncomment this line if you wish to ignore the project description file.
# Typically, this file would be tracked if it contains build/dependency configurations:
#.project

### Eclipse Patch ###
# Spring Boot Tooling
.sts4-cache/

 # Star the Repo https://github.com/shaantanu9/SirDeploy
# https://www.linkedin.com/in/shantanu-bombatkar/ 
# End of File
Download eclipse.gitignore

List Of Files and Folders That Get Ignored using this Gitignore code

Above Code Helps ignore following files from eclipse Project

External tool builders

Locally stored "Eclipse launch configurations"

PyDev specific (Python IDE for Eclipse)

CDT-specific (C/C++ Development Tooling)

CDT- autotools

Java annotation processor (APT)

PDT-specific (PHP Development Tools)

sbteclipse plugin

Tern plugin

TeXlipse plugin

STS (Spring Tool Suite)

Code Recommenders

Annotation Processing

Scala IDE specific (Scala & Java development for Eclipse)

Uncomment this line if you wish to ignore the project description file.

Typically, this file would be tracked if it contains build/dependency configurations:

Spring Boot Tooling

If you have any questions or suggestions please feel free to contact us


Feedback is the most important part of any website.

If you have any query, suggestion or feedback, Please feel free to contact us.