kotlin-result/.gitignore
Michael Bull a73b69a54a 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
2024-03-02 19:25:12 +00:00

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