From 16dcf4495b0b24fb049472b1602cb01924f7851c Mon Sep 17 00:00:00 2001 From: Aaron Franke Date: Wed, 20 May 2020 04:11:43 -0400 Subject: [PATCH 1/2] Update gitignore and update screenshots folder --- .gitignore | 20 +++++++++++++----- .../github-integration/screenshots/.gdignore | 0 .../{commit.PNG.screenshot => commit.png} | Bin .../{gist.PNG.screenshot => gist.png} | Bin .../{repo.png.screenshot => repo.png} | Bin .../{singin.png.screenshot => singin.png} | Bin ...userpanel.png.screenshot => userpanel.png} | Bin 7 files changed, 15 insertions(+), 5 deletions(-) create mode 100644 addons/github-integration/screenshots/.gdignore rename addons/github-integration/screenshots/{commit.PNG.screenshot => commit.png} (100%) rename addons/github-integration/screenshots/{gist.PNG.screenshot => gist.png} (100%) rename addons/github-integration/screenshots/{repo.png.screenshot => repo.png} (100%) rename addons/github-integration/screenshots/{singin.png.screenshot => singin.png} (100%) rename addons/github-integration/screenshots/{userpanel.png.screenshot => userpanel.png} (100%) diff --git a/.gitignore b/.gitignore index bf9a518..02d6dac 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,19 @@ -res://addons/file-editor/ -icons.pngs/ -screenshots/ + +# Godot-specific ignores +.import/ + +# Imported translations (automatically generated from CSV files) +*.translation + +# Mono-specific ignores +.mono/ +data_*/ +mono_crash.*.json + +# System/tool-specific ignores +.directory +*~ user/ -*.import -fonts/ diff --git a/addons/github-integration/screenshots/.gdignore b/addons/github-integration/screenshots/.gdignore new file mode 100644 index 0000000..e69de29 diff --git a/addons/github-integration/screenshots/commit.PNG.screenshot b/addons/github-integration/screenshots/commit.png similarity index 100% rename from addons/github-integration/screenshots/commit.PNG.screenshot rename to addons/github-integration/screenshots/commit.png diff --git a/addons/github-integration/screenshots/gist.PNG.screenshot b/addons/github-integration/screenshots/gist.png similarity index 100% rename from addons/github-integration/screenshots/gist.PNG.screenshot rename to addons/github-integration/screenshots/gist.png diff --git a/addons/github-integration/screenshots/repo.png.screenshot b/addons/github-integration/screenshots/repo.png similarity index 100% rename from addons/github-integration/screenshots/repo.png.screenshot rename to addons/github-integration/screenshots/repo.png diff --git a/addons/github-integration/screenshots/singin.png.screenshot b/addons/github-integration/screenshots/singin.png similarity index 100% rename from addons/github-integration/screenshots/singin.png.screenshot rename to addons/github-integration/screenshots/singin.png diff --git a/addons/github-integration/screenshots/userpanel.png.screenshot b/addons/github-integration/screenshots/userpanel.png similarity index 100% rename from addons/github-integration/screenshots/userpanel.png.screenshot rename to addons/github-integration/screenshots/userpanel.png From 171f982657acbb46511ef744146c60e599118a37 Mon Sep 17 00:00:00 2001 From: fenix-hub Date: Wed, 20 May 2020 21:58:32 +0200 Subject: [PATCH 2/2] Create LICENSE --- LICENSE | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..1ee7a79 --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2020 fenix-hub + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE.