diff options
author | Anthony Wang | 2021-04-13 21:32:22 -0500 |
---|---|---|
committer | Anthony Wang | 2021-04-13 21:32:22 -0500 |
commit | 02082c863dc7912b93013545bd7a2c194691167b (patch) | |
tree | 30c2415906e22fc97697027b3e75238e1eab389e | |
parent | 906807d7b757af389d5df3644c71ea458982f979 (diff) |
Add a 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..59be43b --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +* +!*.* |