added eclipse gitignore
This commit is contained in:
parent
7177bc8f09
commit
9fd050edab
28
.gitignore
vendored
28
.gitignore
vendored
@ -58,3 +58,31 @@ freeline_project_description.json
|
|||||||
.directory
|
.directory
|
||||||
.idea/
|
.idea/
|
||||||
|
|
||||||
|
# Java related
|
||||||
|
target/**
|
||||||
|
*.jar
|
||||||
|
*.war
|
||||||
|
*.ear
|
||||||
|
*.class
|
||||||
|
|
||||||
|
# eclipse specific
|
||||||
|
*.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
|
||||||
|
@ -1,2 +0,0 @@
|
|||||||
connection.project.dir=
|
|
||||||
eclipse.preferences.version=1
|
|
Reference in New Issue
Block a user