diff --git a/.gitignore b/.gitignore index 115d9dd..a477b18 100644 --- a/.gitignore +++ b/.gitignore @@ -23,4 +23,5 @@ vite.config.js.timestamp-* vite.config.ts.timestamp-* data/ -public/assets/fonts/cache \ No newline at end of file +public/assets/fonts/cache +.idea \ No newline at end of file diff --git a/.npmrc b/.npmrc deleted file mode 100644 index b6f27f1..0000000 --- a/.npmrc +++ /dev/null @@ -1 +0,0 @@ -engine-strict=true diff --git a/src/components/SongInfo.svelte b/src/components/SongInfo.svelte index 06bf908..39cd899 100644 --- a/src/components/SongInfo.svelte +++ b/src/components/SongInfo.svelte @@ -1,5 +1,5 @@ diff --git a/src/components/appbar/AppBar.svelte b/src/components/appbar/AppBar.svelte index d53ec2f..d606a56 100644 --- a/src/components/appbar/AppBar.svelte +++ b/src/components/appbar/AppBar.svelte @@ -1,5 +1,4 @@