Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 8e81c1f

Browse files
author
javiluli
committed
modifico el .gitignore
1 parent 430da12 commit 8e81c1f

File tree

2 files changed

+64
-38
lines changed

2 files changed

+64
-38
lines changed

‎.gitignore

Lines changed: 64 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,66 @@
1-
# ##############################
2-
# ## VS Code
3-
# ##############################
4-
# .vscode/
5-
6-
# ##############################
7-
# ## Java
8-
# ##############################
1+
### Eclipse ###
2+
.metadata
3+
bin/
4+
tmp/
5+
*.tmp
6+
*.bak
7+
*.swp
8+
*~.nib
9+
local.properties
10+
.settings/
11+
.loadpath
12+
.recommenders
13+
14+
# External tool builders
15+
.externalToolBuilders/
16+
17+
# Locally stored "Eclipse launch configurations"
18+
*.launch
19+
20+
# PyDev specific (Python IDE for Eclipse)
21+
*.pydevproject
22+
23+
# CDT-specific (C/C++ Development Tooling)
24+
.cproject
25+
26+
# CDT- autotools
27+
.autotools
28+
29+
# Java annotation processor (APT)
30+
.factorypath
31+
32+
# PDT-specific (PHP Development Tools)
33+
.buildpath
34+
35+
# sbteclipse plugin
36+
.target
37+
38+
# Tern plugin
39+
.tern-project
40+
41+
# TeXlipse plugin
42+
.texlipse
43+
44+
# STS (Spring Tool Suite)
45+
.springBeans
46+
47+
# Code Recommenders
48+
.recommenders/
49+
50+
# Annotation Processing
51+
.apt_generated/
52+
.apt_generated_test/
53+
54+
# Scala IDE specific (Scala & Java development for Eclipse)
55+
.cache-main
56+
.scala_dependencies
57+
.worksheet
58+
59+
### Eclipse Patch ###
60+
# Spring Boot Tooling
61+
.sts4-cache/
62+
63+
### Java ###
964
# Compiled class file
1065
*.class
1166

@@ -30,29 +85,4 @@
3085
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
3186
hs_err_pid*
3287

33-
##############################
34-
## Eclipse
35-
##############################
36-
.settings/
37-
bin/
38-
tmp/
39-
.metadata
40-
.classpath
41-
.project
42-
*.tmp
43-
*.bak
44-
*.swp
45-
*~.nib
46-
local.properties
47-
.loadpath
48-
49-
##############################
50-
## NetBeans
51-
##############################
52-
nbproject/private/
53-
build/
54-
nbbuild/
55-
dist/
56-
nbdist/
57-
nbactions.xml
58-
nb-configuration.xml
88+
# End of https://www.toptal.com/developers/gitignore/api/java,eclipse

‎target/.gitignore

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /