We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6c6c4a commit 6baca23Copy full SHA for 6baca23
1 file changed
.gitignore
@@ -1,32 +1,24 @@
1
-### Maven ###
+.DS_Store
2
+
3
+# Build output
4
+/out
5
+/bin
6
target/
7
+**/target/
8
-### IntelliJ IDEA ###
-out/
-!**/src/main/**/out/
-!**/src/test/**/out/
9
+# IntelliJ
10
+/.idea
11
+*.iml
12
-### Eclipse ###
-.apt_generated
13
+# Eclipse
14
.classpath
-.factorypath
15
.project
-.settings
-.springBeans
16
-.sts4-cache
17
-bin/
18
-!**/src/main/**/bin/
19
-!**/src/test/**/bin/
20
-
21
-### NetBeans ###
22
-/nbproject/private/
23
-/nbbuild/
24
-/dist/
25
-/nbdist/
26
-/.nb-gradle/
+/build
27
28
-### VS Code ###
29
-.vscode/
+# BEAST run output
+*.log
+*.trees
+*.xml.state
30
31
-### Mac OS ###
32
-.DS_Store
+# Package ZIPs
+*.v*.zip
0 commit comments