From 42b4d9b60ca2b4e4f5fa57156d296925c5a53751 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Sun, 26 Jul 2020 10:13:30 +0100 Subject: [PATCH] Remove extraneous .git* files. --- .gitattributes | 2 -- .github/ISSUE_TEMPLATE/bug_report.md | 32 ------------------- .../new-translation-language.md | 14 -------- .gitignore | 15 --------- .gitmodules | 0 5 files changed, 63 deletions(-) delete mode 100644 .gitattributes delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.md delete mode 100644 .github/ISSUE_TEMPLATE/new-translation-language.md delete mode 100644 .gitignore delete mode 100644 .gitmodules diff --git a/.gitattributes b/.gitattributes deleted file mode 100644 index e8c38b22..00000000 --- a/.gitattributes +++ /dev/null @@ -1,2 +0,0 @@ -*.csv eol=crlf -*.p binary diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index a4a26225..00000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -name: Bug report -about: Create a report to help us improve -title: '' -labels: bug, unconfirmed -assignees: '' - ---- - -**Describe the bug** -A clear and concise description of what the bug is. - -**To Reproduce** -Steps to reproduce the behavior: -1. Go to '...' -2. Click on '....' -3. Scroll down to '....' -4. See error - -**Expected behavior** -A clear and concise description of what you expected to happen. - -**Screenshots** -If applicable, add screenshots to help explain your problem. - -**Desktop (please complete the following information):** - - OS: [e.g. Windows 10] - - If applicable: Browser [e.g. chrome, safari] - - Version [e.g. 3.99.0.0 - See 'Help > About E:D Market Connector'] - -**Additional context** -Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/new-translation-language.md b/.github/ISSUE_TEMPLATE/new-translation-language.md deleted file mode 100644 index 65546208..00000000 --- a/.github/ISSUE_TEMPLATE/new-translation-language.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -name: New translation language -about: New languages for translations -title: "[Translations] New language - " -labels: Translations -assignees: '' - ---- - -Language: the new translation you'd like to help add. - -**You should only open an issue if you're able to contribute to the new translation yourself.** - -See https://github.com/EDCD/EDMarketConnector/wiki/Translations for guidelines. diff --git a/.gitignore b/.gitignore deleted file mode 100644 index e6e08332..00000000 --- a/.gitignore +++ /dev/null @@ -1,15 +0,0 @@ -.DS_Store -build -dist.* -dump -*.bak -*.pyc -*.pyo -*.dll -*.pdb -*.msi -*.wixobj -appcast_win_*.xml -appcast_mac_*.xml -EDMarketConnector.VisualElementsManifest.xml -*.zip diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index e69de29b..00000000