From c8ef76a965d7dc82bc042f5bd28e4aaa50c1ea23 Mon Sep 17 00:00:00 2001 From: Angelos Chalaris Date: Thu, 16 Apr 2020 15:25:35 +0300 Subject: [PATCH] Cleanup old files --- .github/ISSUE_TEMPLATE.md | 25 --------- .github/PULL_REQUEST_TEMPLATE.md | 27 ---------- static/_redirects | 89 -------------------------------- static/robots.txt | 2 - 4 files changed, 143 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE.md delete mode 100644 .github/PULL_REQUEST_TEMPLATE.md delete mode 100644 static/_redirects delete mode 100644 static/robots.txt diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index 6e56dc748..000000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,25 +0,0 @@ - - - - - -## [FEATURE] _REPLACE THIS WITH A BRIEF SUMMARY OF THE SUGGESTED SNIPPET_ -**Category:** -### Description - - - - - -## [BUG] _REPLACE THIS WITH A BRIEF SUMMARY OF YOUR ISSUE_ -### Expected Snippet Behavior - - - -### Current Snippet Behavior - - - -### Possible Solution - - diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md deleted file mode 100644 index e4d8fedac..000000000 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1,27 +0,0 @@ - - - - -## Description - -**Resolves** #(issue number) - -## What does your PR belong to? -- [ ] Website -- [ ] Snippets -- [ ] General / Things regarding the repository (like CI Integration) - -## Types of changes -- [ ] Bug fix (non-breaking change which fixes an issue) -- [ ] Enhancement (non-breaking improvement of a snippet) -- [ ] New feature (non-breaking change which adds functionality) -- [ ] Breaking change (fix or feature that would cause existing functionality to change) - -## Checklist: - -- [ ] My code follows the code style of this project. -- [ ] My change requires a change to the documentation. -- [ ] I have updated the documentation accordingly. -- [ ] I have checked that the changes are working properly -- [ ] I have checked that there isn't any PR doing the same -- [ ] I have read the **CONTRIBUTING** document. diff --git a/static/_redirects b/static/_redirects deleted file mode 100644 index 37e143baa..000000000 --- a/static/_redirects +++ /dev/null @@ -1,89 +0,0 @@ -/snippet/all_equal https://www.30secondsofcode.org/python/s/all-equal 301! -/snippet/all_unique https://www.30secondsofcode.org/python/s/all-unique 301! -/snippet/average https://www.30secondsofcode.org/python/s/average 301! -/snippet/average_by https://www.30secondsofcode.org/python/s/average-by 301! -/snippet/bifurcate https://www.30secondsofcode.org/python/s/bifurcate 301! -/snippet/bifurcate_by https://www.30secondsofcode.org/python/s/bifurcate-by 301! -/snippet/byte_size https://www.30secondsofcode.org/python/s/byte-size 301! -/snippet/camel https://www.30secondsofcode.org/python/s/camel 301! -/snippet/capitalize https://www.30secondsofcode.org/python/s/capitalize 301! -/snippet/capitalize_every_word https://www.30secondsofcode.org/python/s/capitalize-every-word 301! -/snippet/cast_list https://www.30secondsofcode.org/python/s/cast-list 301! -/snippet/chunk https://www.30secondsofcode.org/python/s/chunk 301! -/snippet/clamp_number https://www.30secondsofcode.org/python/s/clamp-number 301! -/snippet/compact https://www.30secondsofcode.org/python/s/compact 301! -/snippet/count_by https://www.30secondsofcode.org/python/s/count-by 301! -/snippet/count_occurences https://www.30secondsofcode.org/python/s/count-occurences 301! -/snippet/decapitalize https://www.30secondsofcode.org/python/s/decapitalize 301! -/snippet/deep_flatten https://www.30secondsofcode.org/python/s/deep-flatten 301! -/snippet/degrees_to_rads https://www.30secondsofcode.org/python/s/degrees-to-rads 301! -/snippet/difference https://www.30secondsofcode.org/python/s/difference 301! -/snippet/difference_by https://www.30secondsofcode.org/python/s/difference-by 301! -/snippet/digitize https://www.30secondsofcode.org/python/s/digitize 301! -/snippet/every https://www.30secondsofcode.org/python/s/every 301! -/snippet/every_nth https://www.30secondsofcode.org/python/s/every-nth 301! -/snippet/factorial https://www.30secondsofcode.org/python/s/factorial 301! -/snippet/fibonacci https://www.30secondsofcode.org/python/s/fibonacci 301! -/snippet/filter_non_unique https://www.30secondsofcode.org/python/s/filter-non-unique 301! -/snippet/filter_unique https://www.30secondsofcode.org/python/s/filter-unique 301! -/snippet/flatten https://www.30secondsofcode.org/python/s/flatten 301! -/snippet/gcd https://www.30secondsofcode.org/python/s/gcd 301! -/snippet/group_by https://www.30secondsofcode.org/python/s/group-by 301! -/snippet/has_duplicates https://www.30secondsofcode.org/python/s/has-duplicates 301! -/snippet/head https://www.30secondsofcode.org/python/s/head 301! -/snippet/in_range https://www.30secondsofcode.org/python/s/in-range 301! -/snippet/initial https://www.30secondsofcode.org/python/s/initial 301! -/snippet/initialize_2d_list https://www.30secondsofcode.org/python/s/initialize-2d-list 301! -/snippet/initialize_list_with_range https://www.30secondsofcode.org/python/s/initialize-list-with-range 301! -/snippet/initialize_list_with_values https://www.30secondsofcode.org/python/s/initialize-list-with-values 301! -/snippet/intersection https://www.30secondsofcode.org/python/s/intersection 301! -/snippet/intersection_by https://www.30secondsofcode.org/python/s/intersection-by 301! -/snippet/is_anagram https://www.30secondsofcode.org/python/s/is-anagram 301! -/snippet/is_divisible https://www.30secondsofcode.org/python/s/is-divisible 301! -/snippet/is_even https://www.30secondsofcode.org/python/s/is-even 301! -/snippet/is_odd https://www.30secondsofcode.org/python/s/is-odd 301! -/snippet/kebab https://www.30secondsofcode.org/python/s/kebab 301! -/snippet/keys_only https://www.30secondsofcode.org/python/s/keys-only 301! -/snippet/last https://www.30secondsofcode.org/python/s/last 301! -/snippet/lcm https://www.30secondsofcode.org/python/s/lcm 301! -/snippet/longest_item https://www.30secondsofcode.org/python/s/longest-item 301! -/snippet/map_values https://www.30secondsofcode.org/python/s/map-values 301! -/snippet/max_by https://www.30secondsofcode.org/python/s/max-by 301! -/snippet/max_element_index https://www.30secondsofcode.org/python/s/max-element-index 301! -/snippet/max_n https://www.30secondsofcode.org/python/s/max-n 301! -/snippet/median https://www.30secondsofcode.org/python/s/median 301! -/snippet/min_by https://www.30secondsofcode.org/python/s/min-by 301! -/snippet/min_n https://www.30secondsofcode.org/python/s/min-n 301! -/snippet/most_frequent https://www.30secondsofcode.org/python/s/most-frequent 301! -/snippet/n_times_string https://www.30secondsofcode.org/python/s/n-times-string 301! -/snippet/none https://www.30secondsofcode.org/python/s/none 301! -/snippet/offset https://www.30secondsofcode.org/python/s/offset 301! -/snippet/palindrome https://www.30secondsofcode.org/python/s/palindrome 301! -/snippet/rads_to_degrees https://www.30secondsofcode.org/python/s/rads-to-degrees 301! -/snippet/reverse_string https://www.30secondsofcode.org/python/s/reverse-string 301! -/snippet/sample https://www.30secondsofcode.org/python/s/sample 301! -/snippet/shuffle https://www.30secondsofcode.org/python/s/shuffle 301! -/snippet/similarity https://www.30secondsofcode.org/python/s/similarity 301! -/snippet/snake https://www.30secondsofcode.org/python/s/snake 301! -/snippet/some https://www.30secondsofcode.org/python/s/some 301! -/snippet/split_lines https://www.30secondsofcode.org/python/s/split-lines 301! -/snippet/spread https://www.30secondsofcode.org/python/s/spread 301! -/snippet/sum_by https://www.30secondsofcode.org/python/s/sum-by 301! -/snippet/symmetric_difference https://www.30secondsofcode.org/python/s/symmetric-difference 301! -/snippet/symmetric_difference_by https://www.30secondsofcode.org/python/s/symmetric-difference-by 301! -/snippet/tail https://www.30secondsofcode.org/python/s/tail 301! -/snippet/transpose https://www.30secondsofcode.org/python/s/transpose 301! -/snippet/union https://www.30secondsofcode.org/python/s/union 301! -/snippet/union_by https://www.30secondsofcode.org/python/s/union-by 301! -/snippet/unique_elements https://www.30secondsofcode.org/python/s/unique-elements 301! -/snippet/values_only https://www.30secondsofcode.org/python/s/values-only 301! -/snippet/zip https://www.30secondsofcode.org/python/s/zip 301! -/tag/list/ https://www.30secondsofcode.org/python/t/list/p/1 301! -/tag/math/ https://www.30secondsofcode.org/python/t/math/p/1 301! -/tag/string/ https://www.30secondsofcode.org/python/t/string/p/1 301! -/tag/utility/ https://www.30secondsofcode.org/python/t/utility/p/1 301! -/tag/object/ https://www.30secondsofcode.org/python/t/object/p/1 301! -/about/ https://www.30secondsofcode.org/about 301! -/ https://www.30secondsofcode.org/python/p/1 301! -/list/ https://www.30secondsofcode.org/python/p/1 301! -/search/ https://www.30secondsofcode.org/search 301! diff --git a/static/robots.txt b/static/robots.txt deleted file mode 100644 index 6f27bb66a..000000000 --- a/static/robots.txt +++ /dev/null @@ -1,2 +0,0 @@ -User-agent: * -Disallow: \ No newline at end of file