Skip to content

Commit 6baca23

Browse files
committed
Standardise .gitignore across BEAST3 packages
Add BEAST run output patterns (*.log, *.trees, *.xml.state), package ZIP pattern, and ensure .idea/*.iml are ignored.
1 parent c6c6c4a commit 6baca23

1 file changed

Lines changed: 17 additions & 25 deletions

File tree

.gitignore

Lines changed: 17 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,24 @@
1-
### Maven ###
1+
.DS_Store
2+
3+
# Build output
4+
/out
5+
/bin
26
target/
7+
**/target/
38

4-
### IntelliJ IDEA ###
5-
out/
6-
!**/src/main/**/out/
7-
!**/src/test/**/out/
9+
# IntelliJ
10+
/.idea
11+
*.iml
812

9-
### Eclipse ###
10-
.apt_generated
13+
# Eclipse
1114
.classpath
12-
.factorypath
1315
.project
14-
.settings
15-
.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/
16+
/build
2717

28-
### VS Code ###
29-
.vscode/
18+
# BEAST run output
19+
*.log
20+
*.trees
21+
*.xml.state
3022

31-
### Mac OS ###
32-
.DS_Store
23+
# Package ZIPs
24+
*.v*.zip

0 commit comments

Comments
 (0)