Added types declarations
This commit is contained in:
parent
857f9c63a6
commit
127e4013e0
7 changed files with 42 additions and 41 deletions
23
.gitignore
vendored
23
.gitignore
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue