Skip to content

Commit 180bdd7

Browse files
committed
update
1 parent 7ff264b commit 180bdd7

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ Manifest.toml
55

66
*.ipynb
77
*.svg
8-
*.gif
98
*.xyz
109
*.out
1110
*.err
@@ -15,7 +14,8 @@ Manifest.toml
1514
*.cov
1615
log_output/
1716
log_error/
18-
data/
17+
data/*
1918
deps/build.log
2019

20+
!data/movie/
2121
!config_0.xyz

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ParticlesMC is a Julia package for performing atomic and molecular Monte Carlo s
1818
</p>
1919

2020
<p align="center">
21-
This example can be reproduced by running <code>particlesmc params.toml</code> in the <code>data/movie/</code> folder . Movie generated with <a href="https://www.ovito.org/"> ovito </a>
21+
This example can be reproduced by running <code>particlesmc params.toml</code> in the <code>data/movie/</code> folder. Movie generated with <a href="https://www.ovito.org/"> ovito </a>
2222
</p>
2323

2424
## Features

0 commit comments

Comments
 (0)