-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c5ab132
commit 40cb85b
Showing
23 changed files
with
1,168 additions
and
893 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# Node.js | ||
node_modules/ | ||
|
||
# Build output | ||
dist/ | ||
|
||
# Firebase | ||
.firebase/ | ||
|
||
# IDE and editor files | ||
.prepos.config | ||
|
||
# Dependency lock files | ||
package-lock.json | ||
|
||
# Compiled output | ||
*.map | ||
|
||
# Firebase configuration file | ||
.firebaserc | ||
|
||
# Ignore logs | ||
*.log | ||
|
||
# OS-specific files | ||
.DS_Store | ||
Thumbs.db |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"hosting": { | ||
"public": "dist", | ||
"ignore": [ | ||
"firebase.json", | ||
"**/.*", | ||
"**/node_modules/**" | ||
] | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.