Add Auth.elm for 7 and 8 and a .gitignore exclusion for them

This commit is contained in:
Richard Feldman
2016-04-03 12:14:23 -07:00
parent ef6169d476
commit c4aec5964e
5 changed files with 15 additions and 1 deletions
+1
View File
@@ -0,0 +1 @@
!Auth.elm
+1 -1
View File
@@ -1,4 +1,4 @@
Part 6
Part 7
======
## Installation
+6
View File
@@ -0,0 +1,6 @@
module Auth (token) where
token =
-- Tests don't need a real token.
""