gitignore: allow package-lock.json & clean up
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user