mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
Collection of small technical cleanups (#9744)
* Cleanup .gitignore * Removes .travis.yaml * Removes .project file * Renamed README.markdown -> README.md
This commit is contained in:
parent
b954f01b13
commit
a9809ddaba
8
.gitignore
vendored
8
.gitignore
vendored
@ -4,8 +4,6 @@
|
|||||||
.gist-cache
|
.gist-cache
|
||||||
.pygments-cache
|
.pygments-cache
|
||||||
public
|
public
|
||||||
sass.old
|
|
||||||
source.old
|
|
||||||
source/_stash
|
source/_stash
|
||||||
source/stylesheets/screen.css
|
source/stylesheets/screen.css
|
||||||
vendor
|
vendor
|
||||||
@ -13,12 +11,6 @@ node_modules
|
|||||||
source/.jekyll-metadata
|
source/.jekyll-metadata
|
||||||
*.iml
|
*.iml
|
||||||
.idea/
|
.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/*
|
||||||
!.vscode/cSpell.json
|
!.vscode/cSpell.json
|
||||||
!.vscode/extensions.json
|
!.vscode/extensions.json
|
||||||
|
11
.project
11
.project
@ -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>
|
|
@ -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'
|
|
Loading…
x
Reference in New Issue
Block a user