summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Van Doorn <vandoorn.nick@gmail.com>2019-03-27 13:44:42 -0700
committerNick Van Doorn <vandoorn.nick@gmail.com>2019-03-27 13:44:45 -0700
commit51687fe7a2de2d4ed2800af46f9b6a9ac6c929ee (patch)
treef78de476bdba3bcca848d6a4cf4e82483f6dba53
Ignore
-rw-r--r--.gitignore12
1 files changed, 12 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..4892eea
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,12 @@
+# Project dependencies
+.cache
+node_modules
+yarn-error.log
+
+# Build directory
+/public
+.DS_Store
+
+netlify.toml
+/.idea
+/.vscode