add build directory to gitignore

This commit is contained in:
Samuel Tulach 2020-06-25 15:16:27 +02:00
parent f2f10f78c3
commit 4e0b9e0f04
3 changed files with 3 additions and 42 deletions

3
.gitignore vendored
View File

@ -358,3 +358,6 @@ MigrationBackup/
# Fody - auto-generated XML schema
FodyWeavers.xsd
# Custom build folder
build/

View File

@ -1,21 +0,0 @@
{
"MainForm_DragFile": "Přesuňte soubor zde",
"MainForm_More": "Více",
"SettingsForm_Title": "Nastavení",
"SettingsForm_General": "Obecné nastavení",
"SettingsForm_Key": "API klíč",
"SettingsForm_Get": "Získat API klíč",
"SettingsForm_Language": "Jazyk",
"SettingsForm_Save": "Uložit",
"SettingsForm_Open": "Otevřit soubor nastavení",
"UploadForm_Info": "Informace o souboru",
"UploadForm_Upload": "Nahrát",
"UploadForm_Cancel": "Zrušit",
"Message_Idle": "Nic.",
"Message_Init": "Inicializace...",
"Message_Check": "Kontrola...",
"Message_Upload": "Nahrávání...",
"Message_NoLink": "Zádný odkaz v odpovědi serveru!",
"Message_NoSettings": "Soubor nastavení neexistuje.",
"Message_Saved": "Nastavení uloženo."
}

View File

@ -1,21 +0,0 @@
{
"MainForm_DragFile": "Drag file here",
"MainForm_More": "More",
"SettingsForm_Title": "Settings",
"SettingsForm_General": "General settings",
"SettingsForm_Key": "API key",
"SettingsForm_Get": "Get API key",
"SettingsForm_Language": "Language",
"SettingsForm_Save": "Save",
"SettingsForm_Open": "Open settings file",
"UploadForm_Info": "File information",
"UploadForm_Upload": "Upload",
"UploadForm_Cancel": "Cancel",
"Message_Idle": "Idle.",
"Message_Init": "Initializing...",
"Message_Check": "Checking...",
"Message_Upload": "Uploading...",
"Message_NoLink": "No permalink found in response!",
"Message_NoSettings": "No settings file exists.",
"Message_Saved": "Settings saved."
}