Collection of small technical cleanups (#9744)

* Cleanup .gitignore

* Removes .travis.yaml

* Removes .project file

* Renamed README.markdown -> README.md
This commit is contained in:
Franck Nijhof 2019-07-01 00:34:37 +02:00 committed by Fabian Affolter
parent b954f01b13
commit a9809ddaba
4 changed files with 0 additions and 27 deletions

8
.gitignore vendored
View File

@ -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

View File

@ -1,11 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>home-assistant.github.io</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
</buildSpec>
<natures>
</natures>
</projectDescription>

View File

@ -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'