summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorJohn Omar <me@johnomar.com>2016-10-13 11:31:25 -0400
committerJohn Omar <me@johnomar.com>2016-10-13 11:31:25 -0400
commit0c190e062e77b9c5012b7a693fa48861b68bcb29 (patch)
treee57780251f711dd6578f46422f3c7563047d5fcb /.gitignore
webpack working.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore7
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..040dcb5
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,7 @@
+node_modules
+# elm-package generated files
+elm-stuff
+# elm-repl generated files
+repl-temp-*
+
+dist \ No newline at end of file