gitignore: allow package-lock.json & clean up

This commit is contained in:
wukko 2024-05-22 15:59:01 +06:00
parent 18a159dab8
commit 46f1b296d7
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2

11
.gitignore vendored
View file

@ -4,18 +4,10 @@ desktop.ini
# npm # npm
node_modules node_modules
package-lock.json
# secrets # secrets
.env .env
# page build
min
build
# stuff i already made but delayed
future
# docker # docker
docker-compose.yml docker-compose.yml
@ -24,3 +16,6 @@ docker-compose.yml
# cookie file # cookie file
cookies.json cookies.json
# page build
build