summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorNick Van Doorn <vandoorn.nick@gmail.com>2019-04-06 14:13:32 -0700
committerNick Van Doorn <vandoorn.nick@gmail.com>2019-04-06 14:52:24 -0700
commit3cf0c3cd297b43c194d0d6820e13bcf8d8751fdc (patch)
tree3a1e411069dc439ce56baeb2c9e79ecf47da3075 /.gitignore
Init commit
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore14
1 files changed, 14 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..1cf1e55
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,14 @@
+# Project dependencies
+.cache
+node_modules
+yarn-error.log
+
+# Build directory
+/public
+.DS_Store
+
+netlify.toml
+/.idea
+/.vscode
+
+/storybook-static