Skip to content

Commit

Permalink
Clean up what goes onto the repo
Browse files Browse the repository at this point in the history
  • Loading branch information
BlaNKtext committed Aug 26, 2021
1 parent 9cf48b3 commit b53a98e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 63 deletions.
10 changes: 9 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,12 @@ arc-sw.js
.netlify

# NodeJS Shit
package-lock.json
package-lock.json

# I forgor 💀
LIVESCORES.js

# Firebase stuff
.firebaserc
firebase.json
.firebase
59 changes: 0 additions & 59 deletions LIVESCORES.txt

This file was deleted.

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,14 @@
"description": "I fucking did it boys lets go",
"main": "app.js",
"scripts": {
"start": "node app.js",
"dev": "open http://localhost:8080 && node app.js"
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BlaNKtext/Web-osu.git"
},
"author": "BlaNKtext",
"license": "ISC",
"license": "CC0 1.0 Universal",
"bugs": {
"url": "https://github.com/BlaNKtext/Web-osu/issues"
},
Expand Down

0 comments on commit b53a98e

Please sign in to comment.