mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-01-31 19:08:26 +08:00
added .firebaserc to gitignore, added example
This commit is contained in:
parent
50314b12b0
commit
27d56e5d4b
3 changed files with 7 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"projects": {
|
||||
"default": "monkey-type-dev-67af4",
|
||||
"live": "monkey-type"
|
||||
"live": "monkey-type"
|
||||
}
|
||||
}
|
||||
|
|
5
.firebaserc_example
Normal file
5
.firebaserc_example
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"projects": {
|
||||
"default": "..."
|
||||
}
|
||||
}
|
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -72,3 +72,4 @@ public/css/style.css
|
|||
public/css/style.css.map
|
||||
functions/serviceAccountKey.json
|
||||
functions/serviceAccountKey_live.json
|
||||
.firebaserc
|
||||
|
|
Loading…
Reference in a new issue