Add gitignore and advanced filtering

This commit is contained in:
Krzysztof Płaczek
2025-07-28 20:30:37 +02:00
parent 4174396ca1
commit e836daa2b1
5 changed files with 140 additions and 3 deletions

7
package-lock.json generated
View File

@@ -9,6 +9,7 @@
"version": "1.0.0",
"license": "ISC",
"dependencies": {
"@alpinejs/persist": "^3.14.9",
"@tailwindcss/cli": "^4.1.11",
"alpinejs": "^3.14.9"
},
@@ -32,6 +33,12 @@
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/@alpinejs/persist": {
"version": "3.14.9",
"resolved": "https://registry.npmjs.org/@alpinejs/persist/-/persist-3.14.9.tgz",
"integrity": "sha512-Td9hWEUtFFguYCRjXhq06sDultW21wXUnVro7YWJm+vjGu/nV/v3hepOXyYVjkGvH/F+zjx5UkzWXXzr3UiQ/w==",
"license": "MIT"
},
"node_modules/@ampproject/remapping": {
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.3.0.tgz",