Remove kotlin-js-store from gitignore

The official docs[1] recommend comitting the kotlin-js-store directory
and its contents to ensure the application is being built with the same
dependency tree on all machines.

[1] https://kotlinlang.org/docs/js-project-setup.html#version-locking-via-kotlin-js-store
This commit is contained in:
Michael Bull 2024-03-02 19:25:12 +00:00
parent 402999a1da
commit a73b69a54a
2 changed files with 1977 additions and 1 deletions

1
.gitignore vendored
View File

@ -21,7 +21,6 @@ out/
# Gradle # Gradle
build/ build/
kotlin-js-store/
local.properties local.properties
# JVM error logs # JVM error logs

1977
kotlin-js-store/yarn.lock Normal file

File diff suppressed because it is too large Load Diff