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

11
.gitignore vendored
View File

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