diff options
author | Adam T. Carpenter <atc@53hor.net> | 2020-06-02 23:42:45 -0400 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2020-06-02 23:42:45 -0400 |
commit | ca999deb0fdaf2592760e28f540554299e420bd3 (patch) | |
tree | 4271e3d408b0f3e1ac5ef1d45359eb3fe37c688e /.gitignore | |
parent | e8ab11225a306225d2be16c4464e68a4ad464918 (diff) | |
download | carpentertutoring-ca999deb0fdaf2592760e28f540554299e420bd3.tar.xz carpentertutoring-ca999deb0fdaf2592760e28f540554299e420bd3.zip |
good layout for content data; rebuild nearly complete
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -node_modules/ +**/_site/ dist/ fonts.zip -**/*.swp +node_modules/ |