diff options
author | gennyble <gen@nyble.dev> | 2021-03-15 21:04:22 -0500 |
---|---|---|
committer | gennyble <gen@nyble.dev> | 2021-03-15 21:10:18 -0500 |
commit | 81429b7a36e7d02a4c5310e1f63c9042105b0824 (patch) | |
tree | e1e54dbcaef9f88e3063ab3da9b679c04c7feb44 /.gitignore | |
download | colorsquash-81429b7a36e7d02a4c5310e1f63c9042105b0824.tar.gz colorsquash-81429b7a36e7d02a4c5310e1f63c9042105b0824.zip |
Initial commit
Algorithm works, roughly
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..b76f169 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +/target +*.png |