summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2020-06-11 20:42:43 +0200
committerJules Laplace <julescarbon@gmail.com>2020-06-11 20:42:43 +0200
commit392a65a4f3a1422c0164d69cb2bb4d1123c1bbeb (patch)
tree98e4d7ca7bd6b9047cc2b896b22100684d281b0a /.gitignore
initial repo. basic data models. pull in e-flux css
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore11
1 files changed, 11 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..e2282ba
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,11 @@
+# Ignore top level and nested deps
+/node_modules/
+/app/node_modules/**/node_modules/
+.bin/
+*.swp
+.DS_Store
+.env
+.tmp
+npm-debug.log
+site/public/decks/
+