From 2ced5dce0f0ba6e64190fc03ba4822e5782f3bb3 Mon Sep 17 00:00:00 2001 From: Angelos Chalaris Date: Thu, 16 Apr 2020 15:30:57 +0300 Subject: [PATCH] Cleanup old files --- .github/ISSUE_TEMPLATE.md | 1 - .github/PULL_REQUEST_TEMPLATE.md | 1 - .prettierignore | 4 --- package.json | 3 +- static/_redirects | 60 -------------------------------- static/robots.txt | 2 -- 6 files changed, 1 insertion(+), 70 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE.md delete mode 100644 .github/PULL_REQUEST_TEMPLATE.md delete mode 100644 .prettierignore 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 bd29aa535..000000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1 +0,0 @@ - diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md deleted file mode 100644 index 1d9ed544f..000000000 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1 +0,0 @@ - diff --git a/.prettierignore b/.prettierignore deleted file mode 100644 index 226b84bf3..000000000 --- a/.prettierignore +++ /dev/null @@ -1,4 +0,0 @@ -docs/ -dist/ -.cache/ -.github/ diff --git a/package.json b/package.json index b510b90c6..dc288187e 100644 --- a/package.json +++ b/package.json @@ -4,8 +4,7 @@ "description": "A curated collection of useful CSS snippets.", "main": "index.js", "scripts": { - "extractor": "extract-snippet-data config.js", - "linter": "prettier --write \"**/*.{js,json,md,css,scss}\"" + "extractor": "extract-snippet-data config.js" }, "author": "atomiks", "license": "MIT", diff --git a/static/_redirects b/static/_redirects deleted file mode 100644 index 8be6fc197..000000000 --- a/static/_redirects +++ /dev/null @@ -1,60 +0,0 @@ -/snippet/tile-layout-using-inline-block https://www.30secondsofcode.org/css/s/tile-layout-using-inline-block 301! -/snippet/not-selector https://www.30secondsofcode.org/css/s/not-selector 301! -/snippet/border-with-top-triangle https://www.30secondsofcode.org/css/s/border-with-top-triangle 301! -/snippet/bouncing-loader https://www.30secondsofcode.org/css/s/bouncing-loader 301! -/snippet/box-sizing-reset https://www.30secondsofcode.org/css/s/box-sizing-reset 301! -/snippet/button-border-animation https://www.30secondsofcode.org/css/s/button-border-animation 301! -/snippet/calc//snippet/circle//snippet/clearfix https://www.30secondsofcode.org/css/s/calc//snippet/circle//snippet/clearfix 301! -/snippet/constant-width-to-height-ratio https://www.30secondsofcode.org/css/s/constant-width-to-height-ratio 301! -/snippet/counter https://www.30secondsofcode.org/css/s/counter 301! -/snippet/custom-scrollbar https://www.30secondsofcode.org/css/s/custom-scrollbar 301! -/snippet/custom-text-selection https://www.30secondsofcode.org/css/s/custom-text-selection 301! -/snippet/custom-variables https://www.30secondsofcode.org/css/s/custom-variables 301! -/snippet/disable-selection https://www.30secondsofcode.org/css/s/disable-selection 301! -/snippet/display-table-centering https://www.30secondsofcode.org/css/s/display-table-centering 301! -/snippet/donut-spinner https://www.30secondsofcode.org/css/s/donut-spinner 301! -/snippet/drop-cap https://www.30secondsofcode.org/css/s/drop-cap 301! -/snippet/dynamic-shadow https://www.30secondsofcode.org/css/s/dynamic-shadow 301! -/snippet/easing-variables https://www.30secondsofcode.org/css/s/easing-variables 301! -/snippet/etched-text https://www.30secondsofcode.org/css/s/etched-text 301! -/snippet/evenly-distributed-children https://www.30secondsofcode.org/css/s/evenly-distributed-children 301! -/snippet/fit-image-in-container https://www.30secondsofcode.org/css/s/fit-image-in-container 301! -/snippet/flexbox-centering https://www.30secondsofcode.org/css/s/flexbox-centering 301! -/snippet/focus-within https://www.30secondsofcode.org/css/s/focus-within 301! -/snippet/fullscreen https://www.30secondsofcode.org/css/s/fullscreen 301! -/snippet/ghost-trick https://www.30secondsofcode.org/css/s/ghost-trick 301! -/snippet/gradient-text https://www.30secondsofcode.org/css/s/gradient-text 301! -/snippet/grid-centering https://www.30secondsofcode.org/css/s/grid-centering 301! -/snippet/hairline-border https://www.30secondsofcode.org/css/s/hairline-border 301! -/snippet/hamburger-button https://www.30secondsofcode.org/css/s/hamburger-button 301! -/snippet/height-transition https://www.30secondsofcode.org/css/s/height-transition 301! -/snippet/hover-shadow-box-animation https://www.30secondsofcode.org/css/s/hover-shadow-box-animation 301! -/snippet/hover-underline-animation https://www.30secondsofcode.org/css/s/hover-underline-animation 301! -/snippet/last-item-with-remaining-available-height https://www.30secondsofcode.org/css/s/last-item-with-remaining-available-height 301! -/snippet/lobotomizedOwlSelector https://www.30secondsofcode.org/css/s/lobotomizedOwlSelector 301! -/snippet/mouse-cursor-gradient-tracking https://www.30secondsofcode.org/css/s/mouse-cursor-gradient-tracking 301! -/snippet/navigation-list-item-hover-and-focus-effect https://www.30secondsofcode.org/css/s/navigation-list-item-hover-and-focus-effect 301! -/snippet/offscreen https://www.30secondsofcode.org/css/s/offscreen 301! -/snippet/overflow-scroll-gradient https://www.30secondsofcode.org/css/s/overflow-scroll-gradient 301! -/snippet/popout-menu https://www.30secondsofcode.org/css/s/popout-menu 301! -/snippet/pretty-text-underline https://www.30secondsofcode.org/css/s/pretty-text-underline 301! -/snippet/pulse-loader https://www.30secondsofcode.org/css/s/pulse-loader 301! -/snippet/reset-all-styles https://www.30secondsofcode.org/css/s/reset-all-styles 301! -/snippet/shape-separator https://www.30secondsofcode.org/css/s/shape-separator 301! -/snippet/sibling-fade https://www.30secondsofcode.org/css/s/sibling-fade 301! -/snippet/system-font-stack https://www.30secondsofcode.org/css/s/system-font-stack 301! -/snippet/toggle-switch https://www.30secondsofcode.org/css/s/toggle-switch 301! -/snippet/transform-detransform https://www.30secondsofcode.org/css/s/transform-detransform 301! -/snippet/transform-centering https://www.30secondsofcode.org/css/s/transform-centering 301! -/snippet/triangle https://www.30secondsofcode.org/css/s/triangle 301! -/snippet/truncate-text https://www.30secondsofcode.org/css/s/truncate-text 301! -/snippet/truncate-text-multiline https://www.30secondsofcode.org/css/s/truncate-text-multiline 301! -/snippet/zebra-striped-list https://www.30secondsofcode.org/css/s/zebra-striped-list 301! -/tag/layout https://www.30secondsofcode.org/css/t/layout/p/1 301! -/tag/visual https://www.30secondsofcode.org/css/t/visual/p/1 301! -/tag/animation https://www.30secondsofcode.org/css/t/animation/p/1 301! -/tag/other https://www.30secondsofcode.org/css/t/other/p/1 301! -/tag/interactivity https://www.30secondsofcode.org/css/t/interactivity/p/1 301! -/about/ https://www.30secondsofcode.org/about 301! -/ https://www.30secondsofcode.org/css/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