Added types declarations

This commit is contained in:
Johan Maasing 2025-03-19 21:19:56 +01:00
parent 857f9c63a6
commit 127e4013e0
Signed by: johan
GPG key ID: FFD31BABEE2DEED2
7 changed files with 42 additions and 41 deletions

23
.gitignore vendored
View file

@ -1,3 +1,4 @@
tapir-out/**
# ---> Scala
*.class
*.log
@ -39,25 +40,6 @@ replay_pid*
.idea/**
*.iml
# AWS User-specific
.idea/**/aws.xml
# Generated files
.idea/**/contentModel.xml
# Sensitive or high-churn files
.idea/**/dataSources/
.idea/**/dataSources.ids
.idea/**/dataSources.local.xml
.idea/**/sqlDataSources.xml
.idea/**/dynamic.xml
.idea/**/uiDesigner.xml
.idea/**/dbnavigator.xml
# Gradle
.idea/**/gradle.xml
.idea/**/libraries
# Gradle and Maven with auto-import
# When using Gradle or Maven with auto-import, you should exclude module files,
# since they will be recreated, and may cause churn. Uncomment if using
@ -74,9 +56,6 @@ replay_pid*
# CMake
cmake-build-*/
# Mongo Explorer plugin
.idea/**/mongoSettings.xml
# File-based project format
*.iws