diff options
author | Cara Salter <cara@devcara.com> | 2023-03-26 12:05:27 -0400 |
---|---|---|
committer | Cara Salter <cara@devcara.com> | 2023-03-26 12:05:27 -0400 |
commit | b59b5a9bcbc64902366f6da21c84cb20be61efb8 (patch) | |
tree | ae5dcf03ebfd4b9f7ff26e54195b4d31317b0597 /.gitignore | |
download | modpackman-ng-master.tar.gz modpackman-ng-master.zip |
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..f229448 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +/target +packs/ |