Add Auth.elm for 7 and 8 and a .gitignore exclusion for them
This commit is contained in:
@@ -0,0 +1 @@
|
|||||||
|
!Auth.elm
|
||||||
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
Part 6
|
Part 7
|
||||||
======
|
======
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|||||||
@@ -0,0 +1,6 @@
|
|||||||
|
module Auth (token) where
|
||||||
|
|
||||||
|
|
||||||
|
token =
|
||||||
|
-- Tests don't need a real token.
|
||||||
|
""
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
!Auth.elm
|
||||||
@@ -0,0 +1,6 @@
|
|||||||
|
module Auth (token) where
|
||||||
|
|
||||||
|
|
||||||
|
token =
|
||||||
|
-- Tests don't need a real token.
|
||||||
|
""
|
||||||
Reference in New Issue
Block a user