Skip to content

Commit

Permalink
restructure repo
Browse files Browse the repository at this point in the history
  • Loading branch information
notsidney committed Sep 1, 2021
1 parent 27541b0 commit 9014706
Show file tree
Hide file tree
Showing 741 changed files with 28,414 additions and 193,855 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Feature request
about: Suggest an idea for Firetable
about: Suggest an idea for Rowy
title: ''
labels: ''
assignees: ''
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tweet_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ on:
with:
message:
"Testing github action for tweeting new releases and updates to
Firetable project"
Rowy project"

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand All @@ -52,4 +52,4 @@ jobs:
with:
message:
"Testing github action for tweeting new releases and updates to
Firetable project"
Rowy project"
34 changes: 7 additions & 27 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,17 @@

# dependencies
/node_modules
www/node_modules


Firetable/node_modules
cloud_functions/functions/node_modules
/.pnp
.pnp.js

# testing
/coverage

# production
www/build
/build
cloud_functions/functions/lib


# cloud function config
cloud_functions/functions/src/functionConfig.ts

cloud_functions/functions/firebase-credentials.json
# firebase
*.firebaserc
*-firebase.json
.firebase/

# misc
.DS_Store
Expand All @@ -34,16 +25,5 @@ yarn-debug.log*
yarn-error.log*
firebase-debug.log*

*.firebaserc


# Accidental package installs to root directories
/yarn.lock
/package.json
package-lock.json
node_modules/

cloud_functions/functions/src/functionConfig.json
*.iml
.idea
*-firebase.json
.eslintcache
.npm
2 changes: 1 addition & 1 deletion .opensource/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Firetable",
"name": "Rowy",
"platforms": ["Node", "Admin", "Web"],
"content": "README.md",
"related": ["firebase/firebase-js-sdk"],
Expand Down
4 changes: 2 additions & 2 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"trailingComma": "es5",
"proseWrap": "always"
"trailingComma": "es5",
"proseWrap": "always"
}
File renamed without changes.
File renamed without changes.
402 changes: 201 additions & 201 deletions LICENSE

Large diffs are not rendered by default.

170 changes: 0 additions & 170 deletions README.md

This file was deleted.

8 changes: 0 additions & 8 deletions cloud_functions/firebase.json

This file was deleted.

1 change: 0 additions & 1 deletion cloud_functions/functions/.prettierignore

This file was deleted.

56 changes: 0 additions & 56 deletions cloud_functions/functions/package.json

This file was deleted.

Loading

0 comments on commit 9014706

Please sign in to comment.