Skip to content
This repository was archived by the owner on Oct 28, 2025. It is now read-only.

Commit 2248580

Browse files
committed
Add gitignore
1 parent 149a49b commit 2248580

1 file changed

Lines changed: 61 additions & 0 deletions

File tree

.gitignore

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

0 commit comments

Comments
 (0)