gitignore yarn.lock package-lock.json

This commit is contained in:
Philipp Dormann 2021-01-02 22:14:40 +01:00
parent 1104ab20c7
commit 112516ccfd

4
.gitignore vendored
View File

@ -4,4 +4,6 @@ node_modules
dist dist
dist-ssr dist-ssr
public/env.js public/env.js
/build /build
yarn.lock
package-lock.json