a73b69a54a
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
29 lines
229 B
Plaintext
29 lines
229 B
Plaintext
# Hidden files
|
|
.*
|
|
|
|
# Temporary files
|
|
*~
|
|
|
|
# Git
|
|
!.git*
|
|
|
|
# GitHub
|
|
!/.github
|
|
|
|
# EditorConfig
|
|
!.editorconfig
|
|
|
|
# IntelliJ Idea
|
|
out/
|
|
*.iml
|
|
*.ipr
|
|
*.iws
|
|
|
|
# Gradle
|
|
build/
|
|
local.properties
|
|
|
|
# JVM error logs
|
|
hs_err_pid*.log
|
|
replay_pid*.log
|