mdb-ui-kit/.gitignore

43 lines
584 B
Plaintext
Raw Normal View History

2014-08-18 15:54:13 +04:00
# https://git-scm.com/docs/gitignore
# https://help.github.com/articles/ignoring-files
# Example .gitignore files: https://github.com/github/gitignore
2015-11-20 02:18:15 +03:00
# Jekyll metadata
_gh_pages
_site
docs/.jekyll-metadata
docs/dist
2015-11-20 02:18:15 +03:00
2014-10-03 15:58:24 +04:00
*.log
.sass-cache
Thumbs.db
2014-10-02 13:36:05 +04:00
.DS_Store
/node_modules/
.grunt/
2014-11-17 11:09:30 +03:00
/bower_components/
.build*
2015-03-10 12:28:19 +03:00
/_SpecRunner.html
2015-11-02 22:42:29 +03:00
Gemfile.lock
dist/sassc
# not needed on gh-pages branch
Gruntfile.js
LICENSE.md
CONTRIBUTING.md
package.json
README.md
docs
less
sass
scripts
meteor
2015-12-09 00:02:41 +03:00
bower.json
testcase.html
2015-12-09 20:28:54 +03:00
package.js
2016-02-03 23:58:09 +03:00
.versions
2016-06-04 22:18:38 +03:00
ISSUE_TEMPLATE.md
material-design-color-palette.jpg
grunt/**