diff options
author | Blaise Thompson <blaise@untzag.com> | 2021-07-05 15:42:38 -0500 |
---|---|---|
committer | Blaise Thompson <blaise@untzag.com> | 2021-07-05 15:42:38 -0500 |
commit | 92ece015bf23e0d078b8798e52d10a6cdfe7010c (patch) | |
tree | 02bad14238bfc3f4611f333dd4c6e6bf6e64f688 /.gitignore | |
parent | 70f88e4d34cb18ddf75f56c14e4aa2531b694952 (diff) |
refactor to build using python
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..46f5006 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +public/* |