1
0
mirror of https://github.com/checktheroads/hyperglass synced 2024-05-11 05:55:08 +00:00

clean up git [skip ci]

This commit is contained in:
checktheroads
2019-08-22 22:37:01 -07:00
parent 41a53949f0
commit af2ecfdd49
6 changed files with 18 additions and 5149 deletions

28
.gitattributes vendored
View File

@@ -1,19 +1,11 @@
# Bulma
hyperglass/static/sass/base/* linguist-vendored
hyperglass/static/sass/components/* linguist-vendored
hyperglass/static/sass/elements/* linguist-vendored
hyperglass/static/sass/grid/* linguist-vendored
hyperglass/static/sass/layout/* linguist-vendored
hyperglass/static/sass/utilities/* linguist-vendored
# NPM/Yarn
hyperglass/static/package.json linguist-vendored
hyperglass/static/yarn.lock linguist-vendored
# jquery
hyperglass/hyperglass/static/js/jquery-* linguist-vendored
# clipboard.js
hyperglass/static/js/clipboard* linguist-vendored
# icofont
hyperglass/static/css/icofont/* linguist-vendored
# docs
docs/ linguist-documentation
# Templates/Examples
*.html.j2 linguist-language=HTML
*.sass.j2 linguist-language=Sass
*.yaml.example linguist-language=YAML
*.yml.example linguist-language=YAML
*.md.example linguist-language=Markdown
*.service.example linguist-language=INI

View File

@@ -1,11 +1,13 @@
.DS_Store
.sass-cache/
node_modules/
old/
# dev/test files
*.tmp*
.cache
yarn-error.log
theme.sass
test*
*.log
# generated theme file from hyperglass/hyperglass/render/templates/theme.sass.j2
theme.sass
# generated JSON file from ingested & validated YAML config
frontend.json
# NPM modules
node_modules/
# Downloaded Google Fonts
fonts/

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 1.5 MiB