-
Notifications
You must be signed in to change notification settings - Fork 31
Fire - Aimee and Tram #8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from all commits
8136f54
1967184
1c86e02
5d32730
34cbfeb
6101c50
8d63f14
64c4365
7dabea5
5eeeca7
41bce3e
700f0be
196ec7b
a6f0a6f
c05e530
30c4f78
c8a818c
c1a5dc8
1f0a377
687e40b
4f2368f
6de2059
5a040eb
33ca33c
c5fbb85
cc340fd
ca9331f
8f8e28c
7ec809d
32d295f
b612475
b80b25e
ea7a775
60eb469
88f6d8d
15b95b0
38c116e
d6d2fe3
cfc14c9
33267c7
f4b5979
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| { | ||
| "url": "https://floobits.com/adajn/slack-cli" | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| extern | ||
| node_modules | ||
| tmp | ||
| vendor | ||
| .idea/workspace.xml | ||
| .idea/misc.xml |
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -1,6 +1,7 @@ | ||||||
| /coverage/ | ||||||
| /old/ | ||||||
|
|
||||||
| .DS_Store | ||||||
|
|
||||||
| # Ignore environemnt variables | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| .env | ||||||
| old | ||||||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| { | ||
| "result": { | ||
| "covered_percent": 100.0 | ||
| } | ||
| } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add coverage to your .gitignore it keeps the pull request manageable in size.