From a9809ddabab81bbcaccec9b937401d96bc8a140d Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Mon, 1 Jul 2019 00:34:37 +0200 Subject: [PATCH] Collection of small technical cleanups (#9744) * Cleanup .gitignore * Removes .travis.yaml * Removes .project file * Renamed README.markdown -> README.md --- .gitignore | 8 -------- .project | 11 ----------- .travis.yml | 8 -------- README.markdown => README.md | 0 4 files changed, 27 deletions(-) delete mode 100644 .project delete mode 100644 .travis.yml rename README.markdown => README.md (100%) diff --git a/.gitignore b/.gitignore index 7578554e295..6ea9502ede3 100644 --- a/.gitignore +++ b/.gitignore @@ -4,8 +4,6 @@ .gist-cache .pygments-cache public -sass.old -source.old source/_stash source/stylesheets/screen.css vendor @@ -13,12 +11,6 @@ node_modules source/.jekyll-metadata *.iml .idea/ -/.vs/home-assistant.github.io/v15/.suo -/.vs/ProjectSettings.json -/.vs/slnx.sqlite -/.vs/config/applicationhost.config -/.vs/slnx.sqlite-journal -/.vs/VSWorkspaceState.json .vscode/* !.vscode/cSpell.json !.vscode/extensions.json diff --git a/.project b/.project deleted file mode 100644 index 8039da0a1cc..00000000000 --- a/.project +++ /dev/null @@ -1,11 +0,0 @@ - - - home-assistant.github.io - - - - - - - - diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 7d2e817ef4f..00000000000 --- a/.travis.yml +++ /dev/null @@ -1,8 +0,0 @@ -language: ruby -sudo: false -cache: bundler -before_install: - - gem install bundler:2.0.1 -script: travis_wait bundle exec rake generate -after_success: - - '[ "${TRAVIS_BRANCH}" = "current" ] && [ "${TRAVIS_PULL_REQUEST}" = "false" ] && bundle exec rake deploy || false' diff --git a/README.markdown b/README.md similarity index 100% rename from README.markdown rename to README.md