diff options
author | Laura <the-ceo-of-antifa@protonmail.com> | 2023-01-05 15:21:32 +0100 |
---|---|---|
committer | Laura <the-ceo-of-antifa@protonmail.com> | 2023-01-05 15:21:32 +0100 |
commit | c5d291f11ee8c7be6a98ee7b86f32b1b67b72c62 (patch) | |
tree | c29c2d38da67d42e758e154e59a6749c37d936de /.gitignore | |
parent | 72d657815b4e4bc2a8a0de5301cea06c991b3cd4 (diff) | |
download | miaowe-c5d291f11ee8c7be6a98ee7b86f32b1b67b72c62.tar.gz miaowe-c5d291f11ee8c7be6a98ee7b86f32b1b67b72c62.zip |
add readme, gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..331981d --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +* +!Makefile +!miaowe.hs +!nya.sh +!README.md +!.gitignore
\ No newline at end of file |