Skip to content

Commit c932eae

Browse files
authored
gitignore cleanup and add .DS_Store (helidon-io#518)
1 parent 76e1318 commit c932eae

1 file changed

Lines changed: 50 additions & 7 deletions

File tree

.gitignore

Lines changed: 50 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,69 @@
1-
*~
1+
# Compiled class file
22
*.class
3+
4+
# Log file
5+
*.log
6+
7+
# BlueJ files
38
*.ctxt
9+
10+
# Mobile Tools for Java (J2ME)
411
.mtj.tmp/
12+
13+
# Package Files #
514
*.jar
615
*.war
16+
*.nar
717
*.ear
18+
*.zip
19+
*.tar.gz
20+
*.rar
21+
22+
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
823
hs_err_pid*
24+
25+
# Maven
926
target/
10-
.idea/
1127
.m2/
28+
dependency-reduced-pom.xml
29+
pom.xml.versionsBackup
30+
31+
# MacOS
32+
.DS_Store
33+
profile
34+
35+
# IntelliJ Idea
36+
.idea/
1237
*.iws
1338
*.ipr
1439
*.iml
1540
*.releaseBackup
1641
atlassian-ide-plugin.xml
17-
user.txt
42+
43+
# Netbeans
1844
nbactions.xml
1945
nb-configuration.xml
20-
node_modules/
21-
node/
46+
47+
# Eclipse
48+
.settings
49+
.settings/
50+
.project
51+
.classpath
52+
53+
# Asciidoctor
54+
.asciidoctor/
55+
56+
# Vim
2257
*.swp
58+
59+
# Gradle
2360
.gradle/
2461
build/
25-
.project
26-
.settings/
62+
63+
# Node.js
64+
node_modules/
65+
node/
66+
67+
# Other
68+
*~
69+
user.txt

0 commit comments

Comments
 (0)