Ver código fonte

Delete Unwanted Files

Yoginth 6 anos atrás
pai
commit
a159e0d300

+ 0 - 28
.gitlab/ISSUE_TEMPLATE.md

@@ -1,28 +0,0 @@
-First of all, read https://www.chiark.greenend.org.uk/~sgtatham/bugs.html.
-
-If you don't want to read, it's up to you. But don't waste your time continue reporting.
-
-The issue will be closed without any reasons if it does not satisfy any of following requirements:
-
-1. Please speak English
-2. Please do not end your title with a question mark or period.
-3. Please take a moment to search that an issue doesn't already exist.
-4. Please give all relevant information below for bug reports; incomplete details considered invalid report.
-
-**You MUST delete above content including this line before posting; too lazy to take this action considered invalid report.**
-
-- Gitote version (or commit ref): 
-- Git version: 
-- Operating system: 
-- Database (use `[x]`):
-  - [ ] PostgreSQL
-  - [ ] MySQL
-  - [ ] MSSQL
-  - [ ] SQLite
-- Can you reproduce the bug at https://gitote.yoginth.com:
-  - [ ] Yes: provide example URL
-  - [ ] No: explain why
-- Log gist (usually found in `log/gitote.log`):
-
-## Description
-

+ 0 - 9
.gitlab/PULL_REQUEST_TEMPLATE.md

@@ -1,9 +0,0 @@
-The pull request will be closed without any reasons if it does not satisfy any of following requirements:
-
-1. Please make sure you are targeting the `master` branch.
-2. Please read contributing guidelines:
-https://gitlab.com/gitote/gitote/blob/master/CONTRIBUTING.md
-3. Please describe what your pull request does and which issue you're targeting
-4. ... if it is not related to any particular issues, explain why we should not reject your pull request.
-
-**You MUST delete above content including this line before posting; too lazy to take this action considered invalid pull request.**

+ 0 - 10
.vscode/extensions.json

@@ -1,10 +0,0 @@
-{
-    "recommendations": [
-        "ronnidc.nunjucks",
-        "michelemelluso.code-beautifier",
-        "ms-vscode.go",
-        "robertohuertasm.vscode-icons",
-        "joaoacdias.golang-tdd",
-        "valiantsin.operatormonodarktheme",
-    ]
-}

+ 0 - 25
.vscode/settings.json

@@ -1,25 +0,0 @@
-{
-    "files.autoSave": "afterDelay",
-    "editor.fontSize": 14,
-    "editor.fontFamily": "Operator Mono, Consolas, 'Courier New', monospace",
-    "diffEditor.ignoreTrimWhitespace": true,
-    "editor.autoClosingBrackets": "always",
-    "editor.autoClosingQuotes": "always",
-    "editor.autoIndent": true,
-    "files.eol": "\n",
-    "search.exclude": {
-        "**/vendor/giote.com": true,
-    },
-    "html.autoClosingTags": true,
-    "html.format.enable": true,
-    "html.format.endWithNewline": true,
-    "css.colorDecorators.enable": true,
-    "less.colorDecorators.enable": true,
-    "less.lint.argumentsInColorFunction": "error",
-    "less.validate": true,
-    "terminal.explorerKind": "integrated",
-    "terminal.integrated.fontSize": 14,
-    "terminal.integrated.fontWeight": "600",
-    "merge-conflict.codeLens.enabled": true,
-    "git.autorefresh": true,
-}

+ 0 - 16
.vscode/tasks.json

@@ -1,16 +0,0 @@
-{
-    // See https://go.microsoft.com/fwlink/?LinkId=733558
-    // for the documentation about the tasks.json format
-    "version": "2.0.0",
-    "tasks": [
-        {
-            "label": "Build Gitote",
-            "type": "shell",
-            "command": "go build",
-            "group": {
-                "kind": "build",
-                "isDefault": true
-            }
-        }
-    ]
-}