mirror of
https://github.com/thatmattlove/hyperglass.git
synced 2026-01-17 08:48:05 +00:00
clean up git [skip ci]
This commit is contained in:
parent
41a53949f0
commit
af2ecfdd49
6 changed files with 18 additions and 5149 deletions
28
.gitattributes
vendored
28
.gitattributes
vendored
|
|
@ -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
|
||||
14
hyperglass/static/.gitignore
vendored
14
hyperglass/static/.gitignore
vendored
|
|
@ -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/
|
||||
Binary file not shown.
File diff suppressed because one or more lines are too long
|
Before Width: | Height: | Size: 1.5 MiB |
Binary file not shown.
Binary file not shown.
Loading…
Add table
Reference in a new issue