Skip to content

Commit

Permalink
Initial alpha release
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandakan committed Mar 11, 2022
0 parents commit bae4f3e
Show file tree
Hide file tree
Showing 62 changed files with 11,148 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
node_modules
.map
dist
public/fonts/fontawesome-free-6.0.0-web
public/images/artist_covers
*.js
*.js.map
temp/song_covers/*
temp/*.json
20 changes: 20 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Debug Main Process",
"type": "node",
"request": "launch",
"cwd": "${workspaceFolder}",
"runtimeExecutable": "${workspaceFolder}/node_modules/.bin/electron",
"windows": {
"runtimeExecutable": "${workspaceFolder}/node_modules/.bin/electron.cmd"
},
"args": ["."],
"outputCapture": "std"
}
]
}
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"cSpell.words": ["RIELL", "unmaximize", "xmark", "Yosef"]
}
Loading

0 comments on commit bae4f3e

Please sign in to comment.