Skip to content

Commit

Permalink
update gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Sajistreo3 committed Jul 18, 2023
1 parent d9e22bd commit f441568
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

# dependencies
/node_modules
client/node_modules
/.pnp
.pnp.js

Expand All @@ -10,6 +11,7 @@

# production
/build
client/build

# misc
.DS_Store
Expand Down
5 changes: 5 additions & 0 deletions client/.firebaserc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"projects": {
"default": "sofan-app"
}
}

0 comments on commit f441568

Please sign in to comment.