fix some file git ignore

This commit is contained in:
haakel 2024-06-21 12:15:26 +03:30
parent 536e643f1a
commit 42a3cfb5d2
2 changed files with 3 additions and 18 deletions

4
.gitignore vendored
View File

@ -1 +1,3 @@
node_modules
/node_modules
package-lock.json

17
package-lock.json generated
View File

@ -1,17 +0,0 @@
{
"name": "TuneTales",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"dependencies": {
"jquery-toast-plugin": "^1.3.2"
}
},
"node_modules/jquery-toast-plugin": {
"version": "1.3.2",
"resolved": "https://registry.npmjs.org/jquery-toast-plugin/-/jquery-toast-plugin-1.3.2.tgz",
"integrity": "sha512-0j/nfqA2FHFuJXp8QL33EVVCY//TDVfq4LULhTbasZYl2aZlX6YiSF5IGrI31dQiS9S4JkXBUfX3rMJcfl/u/g=="
}
}
}