diff options
author | Florrie <towerofnix@gmail.com> | 2018-06-05 19:53:57 -0300 |
---|---|---|
committer | Florrie <towerofnix@gmail.com> | 2018-06-05 19:53:57 -0300 |
commit | 8592e25b4d36a83ca1c81d49e24c12e0315085cb (patch) | |
tree | ad1bff1438cbe7f6db624fec581267332e9d3521 /.gitignore |
"Initial" commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4b46e92 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +.DS_Store +/node_modules +/**/*.html +/site/static/math-svg +/site/static/media |