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