From da5a04fed553d0551b8d269dab5bf0be5e617334 Mon Sep 17 00:00:00 2001 From: yevhenii-moroziuk Date: Sun, 26 May 2024 13:43:07 +0300 Subject: [PATCH] Add .gitignore --- .gitignore | 3 ++- localization/en.json | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index ccca18c6..43bbd455 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -.antlr \ No newline at end of file +.antlr +.DS_Store \ No newline at end of file diff --git a/localization/en.json b/localization/en.json index f4e81abc..317a4553 100644 --- a/localization/en.json +++ b/localization/en.json @@ -87,7 +87,6 @@ "MODAL_WINDOW___CONTAIN_COLLECTIONS": "tables", "MODAL_WINDOW___CONTAIN_BUCKET": "keyspaces", "MODAL_WINDOW___CONTAIN_COLLECTION": "tables", - "MODAL_WINDOW___DB_CONNECTION_PROCESS": "Cassandra Reverse-Engineering Process", "PROGRESS_BAR___DATABASE": "Keyspace", "PROGRESS_BAR___COLLECTION": "Table", "PROGRESS_BAR___PROCESS": "Process",