aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorTeddy Wing2021-03-21 16:55:10 +0100
committerTeddy Wing2021-03-21 17:45:40 +0100
commit8b9171a644c3b6a6479dd29bca0f4218d5333ce3 (patch)
tree13955447ea828ffb9251a4ba45c43fd381c3f8dd /.gitignore
parentb63d509cc16ccd2950eb9770440882c4e238d41e (diff)
downloadPeniquitous-8b9171a644c3b6a6479dd29bca0f4218d5333ce3.tar.bz2
Remove Browserify
We're no longer using the `require` imports to include JS files. Instead we have a template string process. Not as robust, but easier to fit what the final user script needs to be.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 34b23da..84c048a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1 @@
/build/
-/node_modules/