feat: Updating gitignore
This commit is contained in:
Родитель
1f6c70e035
Коммит
aee3de29a2
|
@ -1,7 +1,17 @@
|
||||||
# what's this?
|
|
||||||
# - http://editorconfig.org
|
# EditorConfig is awesome: http://EditorConfig.org
|
||||||
|
|
||||||
|
root = true
|
||||||
|
|
||||||
|
[*]
|
||||||
|
end_of_line = lf
|
||||||
|
insert_final_newline = true
|
||||||
|
|
||||||
[*.js]
|
[*.js]
|
||||||
end_of_line = lf
|
charset = utf-8
|
||||||
indent_style = space
|
indent_style = space
|
||||||
indent_size = 4
|
indent_size = 4
|
||||||
|
|
||||||
|
[*.yml]
|
||||||
|
indent_style = space
|
||||||
|
indent_size = 2
|
||||||
|
|
|
@ -1,5 +1,33 @@
|
||||||
|
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
.dockerignore
|
||||||
|
.editorconfig
|
||||||
|
.jekyll-metadata
|
||||||
|
.ruby-version
|
||||||
|
/_assets/
|
||||||
|
/_common/root/
|
||||||
|
/_data/
|
||||||
|
/_includes/
|
||||||
|
/_layouts/
|
||||||
|
/_plugins/
|
||||||
|
/_templates/
|
||||||
|
/docs-watcher/
|
||||||
|
/favicon.ico
|
||||||
|
/fonts/
|
||||||
|
/styles/
|
||||||
|
Dockerfile
|
||||||
|
Gemfile
|
||||||
Gemfile.lock
|
Gemfile.lock
|
||||||
_site
|
_site
|
||||||
api/aspnet-mvc
|
|
||||||
_tempconfig.yml
|
_tempconfig.yml
|
||||||
|
api/aspnet-mvc
|
||||||
|
bs-config.js
|
||||||
|
build-docs.sh
|
||||||
|
copy_content.sh
|
||||||
|
copy_local.sh
|
||||||
|
install-npm.sh
|
||||||
|
knowledge-base.html
|
||||||
|
robots.txt
|
||||||
|
search.html
|
||||||
|
start-docs.sh
|
||||||
|
watch.sh
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
url: "https://docs.telerik.com/devtools/justmock"
|
url: "https://docs.telerik.com/devtools/justmock"
|
||||||
|
|
||||||
# Exclude files which should not be in the output
|
# Exclude files which should not be in the output
|
||||||
exclude: [README.md, Gemfile, Gemfile.lock, docs-watcher/*]
|
exclude: [README.md, Gemfile, Gemfile.lock, docs-watcher/*, api/*]
|
||||||
navigation:
|
navigation:
|
||||||
## List your directory names and order here, like this:
|
## List your directory names and order here, like this:
|
||||||
getting-started:
|
getting-started:
|
||||||
|
@ -48,7 +48,6 @@ navigation:
|
||||||
## The application virtual path
|
## The application virtual path
|
||||||
baseurl: /devtools/justmock
|
baseurl: /devtools/justmock
|
||||||
|
|
||||||
|
|
||||||
## Assign layout and category per different paths
|
## Assign layout and category per different paths
|
||||||
defaults:
|
defaults:
|
||||||
-
|
-
|
||||||
|
|
1
api.json
1
api.json
Различия файлов скрыты, потому что одна или несколько строк слишком длинны
|
@ -1,3 +1,3 @@
|
||||||
User-agent: *
|
User-agent: *
|
||||||
Allow:
|
Allow:
|
||||||
Sitemap: http://docs.telerik.com/kendo-ui/sitemap.xml
|
Sitemap: {{ "sitemap.xml" | absolute_url }}
|
||||||
|
|
Загрузка…
Ссылка в новой задаче