diff options
author | Cara Salter <cara@devcara.com> | 2022-05-27 16:29:49 -0400 |
---|---|---|
committer | Cara Salter <cara@devcara.com> | 2022-05-27 16:29:49 -0400 |
commit | ca5c737f047119f31e42a8700b8ae1ad4fabd17a (patch) | |
tree | 9b0b7a202a081319500a719871ee62cf1b2b17f6 /.gitignore | |
download | homeworld-ca5c737f047119f31e42a8700b8ae1ad4fabd17a.tar.gz homeworld-ca5c737f047119f31e42a8700b8ae1ad4fabd17a.zip |
Initial Commit
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..0e71e34 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +/target +.direnv/ |