Skip to content

Commit 306f6e3

Browse files
author
Vendy Tjung
committed
Adapt gitignore
1 parent f0316c9 commit 306f6e3

1 file changed

Lines changed: 70 additions & 10 deletions

File tree

.gitignore

Lines changed: 70 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,83 @@
1-
# Compiled class file
2-
*.class
1+
# Created by https://www.gitignore.io/api/eclipse,java,maven
2+
3+
### Eclipse ###
4+
*.pydevproject
5+
.metadata
6+
.gradle
7+
bin/
8+
tmp/
9+
*.tmp
10+
*.bak
11+
*.swp
12+
*~.nib
13+
local.properties
14+
.settings/
15+
.loadpath
16+
17+
# Eclipse Core
18+
.project
19+
MANIFEST.MF
20+
21+
# External tool builders
22+
.externalToolBuilders/
23+
24+
# Locally stored "Eclipse launch configurations"
25+
*.launch
26+
27+
# CDT-specific
28+
.cproject
29+
30+
# JDT-specific (Eclipse Java Development Tools)
31+
.classpath
32+
33+
# Java annotation processor (APT)
34+
.factorypath
35+
36+
# PDT-specific
37+
.buildpath
338

4-
# Log file
5-
*.log
39+
# sbteclipse plugin
40+
.target
641

7-
# BlueJ files
8-
*.ctxt
42+
# TeXlipse plugin
43+
.texlipse
44+
45+
46+
### Java ###
47+
*.class
948

1049
# Mobile Tools for Java (J2ME)
1150
.mtj.tmp/
1251

1352
# Package Files #
1453
*.jar
1554
*.war
16-
*.nar
1755
*.ear
18-
*.zip
19-
*.tar.gz
20-
*.rar
2156

2257
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
2358
hs_err_pid*
59+
60+
# Mac OS #
61+
.DS_Store
62+
63+
### Maven ###
64+
target/
65+
pom.xml.tag
66+
pom.xml.releaseBackup
67+
pom.xml.versionsBackup
68+
pom.xml.next
69+
release.properties
70+
dependency-reduced-pom.xml
71+
buildNumber.properties
72+
.mvn/timing.properties
73+
74+
### Vault ###
75+
.vlt
76+
77+
### IntelliJ ###
78+
.idea/
79+
*.iml
80+
81+
### Visual Studio ###
82+
.vscode
83+
.history

0 commit comments

Comments
 (0)