Skip to content

Commit 99d1da3

Browse files
committed
.gitignore update
1 parent 0e95a0a commit 99d1da3

7 files changed

+61
-28
lines changed

Diff for: .gitignore

+61
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,64 @@ hs_err_pid*
2424

2525
# Build files
2626
target/
27+
28+
.metadata
29+
bin/
30+
tmp/
31+
*.tmp
32+
*.bak
33+
*.swp
34+
*~.nib
35+
local.properties
36+
.settings/
37+
.loadpath
38+
.recommenders
39+
40+
# External tool builders
41+
.externalToolBuilders/
42+
43+
# Locally stored "Eclipse launch configurations"
44+
*.launch
45+
46+
# PyDev specific (Python IDE for Eclipse)
47+
*.pydevproject
48+
49+
# CDT-specific (C/C++ Development Tooling)
50+
.cproject
51+
52+
# CDT- autotools
53+
.autotools
54+
55+
# Java annotation processor (APT)
56+
.factorypath
57+
58+
# PDT-specific (PHP Development Tools)
59+
.buildpath
60+
61+
# sbteclipse plugin
62+
.target
63+
64+
# Tern plugin
65+
.tern-project
66+
67+
# TeXlipse plugin
68+
.texlipse
69+
70+
# STS (Spring Tool Suite)
71+
.springBeans
72+
73+
# Code Recommenders
74+
.recommenders/
75+
76+
# Annotation Processing
77+
.apt_generated/
78+
.apt_generated_test/
79+
80+
# Scala IDE specific (Scala & Java development for Eclipse)
81+
.cache-main
82+
.scala_dependencies
83+
.worksheet
84+
85+
# Uncomment this line if you wish to ignore the project description file.
86+
# Typically, this file would be tracked if it contains build/dependency configurations:
87+
#.project

Diff for: reactive/.settings/org.eclipse.core.resources.prefs

-2
This file was deleted.

Diff for: reactive/.settings/org.eclipse.m2e.core.prefs

-4
This file was deleted.

Diff for: reactive/models/.settings/org.eclipse.core.resources.prefs

-6
This file was deleted.

Diff for: reactive/models/.settings/org.eclipse.jdt.apt.core.prefs

-2
This file was deleted.

Diff for: reactive/models/.settings/org.eclipse.jdt.core.prefs

-10
This file was deleted.

Diff for: reactive/models/.settings/org.eclipse.m2e.core.prefs

-4
This file was deleted.

0 commit comments

Comments
 (0)