gitignore: allow package-lock.json & clean up
This commit is contained in:
parent
18a159dab8
commit
46f1b296d7
1 changed files with 3 additions and 8 deletions
11
.gitignore
vendored
11
.gitignore
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue