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
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue