-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update the devfile spec to 2.2.1 alpha (#980)
Signed-off-by: Paul Schultz <[email protected]>
- Loading branch information
1 parent
0d16344
commit b39471b
Showing
33 changed files
with
296 additions
and
139 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
root = true | ||
|
||
[*] | ||
indent_style = space | ||
indent_size = 2 | ||
end_of_line = lf | ||
charset = utf-8 | ||
trim_trailing_whitespace = true | ||
insert_final_newline = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,97 @@ | ||
**/zz_generated.*.go linguist-generated=true | ||
vendor/** linguist-vendored | ||
generator/vendor/** linguist-vendored | ||
generator/vendor/** linguist-vendored | ||
|
||
# source code | ||
*.php eol=lf | ||
*.css eol=lf | ||
*.sass eol=lf | ||
*.scss eol=lf | ||
*.less eol=lf | ||
*.styl eol=lf | ||
*.js eol=lf | ||
*.ts eol=lf | ||
*.jsx eol=lf | ||
*.tsx eol=lf | ||
*.coffee eol=lf | ||
*.htm eol=lf | ||
*.html eol=lf | ||
*.xml eol=lf | ||
*.svg eol=lf | ||
*.txt eol=lf | ||
*.ini eol=lf | ||
*.inc eol=lf | ||
*.pl eol=lf | ||
*.rb eol=lf | ||
*.py eol=lf | ||
*.scm eol=lf | ||
*.sql eol=lf | ||
*.sh eol=lf | ||
*.bat eol=lf | ||
*.go eol=lf | ||
|
||
# templates | ||
*.ejs eol=lf | ||
*.hbt eol=lf | ||
*.jade eol=lf | ||
*.haml eol=lf | ||
*.hbs eol=lf | ||
*.dot eol=lf | ||
*.tmpl eol=lf | ||
*.phtml eol=lf | ||
|
||
# server config | ||
.htaccess eol=lf | ||
|
||
# git config | ||
.gitattributes eol=lf | ||
.gitignore eol=lf | ||
.gitconfig eol=lf | ||
|
||
# code analysis config | ||
.jshintrc eol=lf | ||
.jscsrc eol=lf | ||
.jshintignore eol=lf | ||
.csslintrc eol=lf | ||
|
||
# misc config | ||
*.yaml eol=lf | ||
*.yml eol=lf | ||
.editorconfig eol=lf | ||
|
||
# build config | ||
*.npmignore eol=lf | ||
*.bowerrc eol=lf | ||
|
||
# Heroku | ||
Procfile eol=lf | ||
.slugignore eol=lf | ||
|
||
# Documentation | ||
LICENSE eol=lf | ||
AUTHORS eol=lf | ||
|
||
# | ||
## These files are binary and should be left untouched | ||
# | ||
|
||
# (binary is a macro for -eol=lf -diff) | ||
*.png binary | ||
*.jpg binary | ||
*.jpeg binary | ||
*.gif binary | ||
*.ico binary | ||
*.mov binary | ||
*.mp4 binary | ||
*.mp3 binary | ||
*.flv binary | ||
*.fla binary | ||
*.swf binary | ||
*.gz binary | ||
*.zip binary | ||
*.7z binary | ||
*.ttf binary | ||
*.eot binary | ||
*.woff binary | ||
*.pyc binary | ||
*.pdf binary |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.