diff options
author | Adam T. Carpenter <atc@53hor.net> | 2020-06-03 21:50:17 -0400 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2020-06-03 21:50:17 -0400 |
commit | 4d129b527ee5d3a536849209c2a4e86a64190a5d (patch) | |
tree | 42d053411530244731f1b8960a8a0a221a113f8c /.gitignore | |
parent | ca999deb0fdaf2592760e28f540554299e420bd3 (diff) | |
download | carpentertutoring-4d129b527ee5d3a536849209c2a4e86a64190a5d.tar.xz carpentertutoring-4d129b527ee5d3a536849209c2a4e86a64190a5d.zip |
done with cobalt migration
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -1,4 +1,2 @@ -**/_site/ -dist/ -fonts.zip -node_modules/ +_site/ +**/node_modules/ |