diff options
| author | Robert Massaioli <rmassaioli@atlassian.com> | 2024-10-13 18:17:41 +1100 |
|---|---|---|
| committer | Robert Massaioli <rmassaioli@atlassian.com> | 2024-10-13 18:17:41 +1100 |
| commit | a7cb6d15c29e5e3936c7b77b6afaeab616be8940 (patch) | |
| tree | 6a8baf902d38a623b78d3fe7d7c93581ea4ebcbb /.gitignore | |
| parent | 9884a9771718ea7444039677ed9992418e1d6c09 (diff) | |
Upload and download saves from Factorio servers.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d747ddd --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +*.sw[a-p] +*.zip
\ No newline at end of file |
