Skip to content

Commit

Permalink
core: add kotlin language server database to the list of ignored files
Browse files Browse the repository at this point in the history
Signed-off-by: Loup Federico <[email protected]>
  • Loading branch information
Sh099078 authored and Khoyo committed Sep 30, 2024
1 parent 0221d18 commit b54cdb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions core/.dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ Dockerfile
.gradle
.idea
.kotlin
kls_database.db
1 change: 1 addition & 0 deletions core/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ __pycache__/
.project
.settings/
bin
kls_database.db

# vscode
.project
Expand Down

0 comments on commit b54cdb4

Please sign in to comment.