We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b368e9 commit cfb0167Copy full SHA for cfb0167
.gitignore
@@ -1,23 +1,39 @@
1
-# Compiled class file
2
-*.class
+#Maven
+target/
3
+pom.xml.tag
4
+pom.xml.releaseBackup
5
+pom.xml.versionsBackup
6
+release.properties
7
-# Log file
-*.log
8
+# Eclipse
9
+.project
10
+.classpath
11
+.settings/
12
+bin/
13
-# BlueJ files
-*.ctxt
14
+# IntelliJ
15
+.idea
16
+*.ipr
17
+*.iml
18
+*.iws
19
-# Mobile Tools for Java (J2ME)
-.mtj.tmp/
20
+# NetBeans
21
+nb-configuration.xml
22
-# Package Files #
-*.jar
-*.war
-*.nar
-*.ear
-*.zip
-*.tar.gz
-*.rar
23
+# Visual Studio Code
24
+.vscode
25
+.factorypath
26
-# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
-hs_err_pid*
27
+# OSX
28
+.DS_Store
29
+
30
+# Vim
31
+*.swp
32
+*.swo
33
34
+# patch
35
+*.orig
36
+*.rej
37
38
+# Local environment
39
+.env
0 commit comments