Skip to content
This repository was archived by the owner on Feb 25, 2024. It is now read-only.

Commit

Permalink
Alpha 0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
edionay committed Aug 12, 2020
1 parent 589f96c commit ad3078f
Show file tree
Hide file tree
Showing 358 changed files with 18,658 additions and 3,022 deletions.
240 changes: 120 additions & 120 deletions .firebase/hosting.YnVpbGQ.cache

Large diffs are not rendered by default.

201 changes: 201 additions & 0 deletions .firebase/hosting.cHVibGlj.cache

Large diffs are not rendered by default.

4 changes: 0 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,3 @@
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# dotenv environment variables file
.env
.env.test
215 changes: 215 additions & 0 deletions .old/.firebase/hosting.YnVpbGQ.cache

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions .old/.firebaserc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"projects": {
"default": "acnh-share"
}
}
27 changes: 27 additions & 0 deletions .old/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
.pnp.js

# testing
/coverage

# production
/build

# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*

# dotenv environment variables file
.env
.env.test
9 changes: 9 additions & 0 deletions .old/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## ACNH Share

This software is intended to provide a sharing platform for Animal Crossing New Horizons players.

## Main features (so far)

- Song list
-- Users can play and favorite songs they own.

16 changes: 16 additions & 0 deletions .old/firebase.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"hosting": {
"public": "build",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}
}
Loading

0 comments on commit ad3078f

Please sign in to comment.