Skip to content

Commit

Permalink
Move app to public folder
Browse files Browse the repository at this point in the history
in order to avoid deploying the entire repo (.git), and any other dotfolders, such as created by IDEs.

The ignore rules in Firebase Hosting do not work intuitively - "**/.*/**" matches virtually everything.
  • Loading branch information
1j01 committed Jul 14, 2019
1 parent 85b3ee8 commit 85b636f
Show file tree
Hide file tree
Showing 12 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firebase.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"hosting": {
"public": ".",
"public": "public",
"ignore": [
"firebase.json",
"**/.*",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 85b636f

Please sign in to comment.