mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-11 20:28:14 +03:00
40 lines
523 B
Plaintext
40 lines
523 B
Plaintext
# https://git-scm.com/docs/gitignore
|
|
# https://help.github.com/articles/ignoring-files
|
|
# Example .gitignore files: https://github.com/github/gitignore
|
|
|
|
|
|
# Jekyll metadata
|
|
_gh_pages
|
|
_site
|
|
docs/.jekyll-metadata
|
|
docs/dist
|
|
|
|
*.log
|
|
.sass-cache
|
|
Thumbs.db
|
|
.DS_Store
|
|
/node_modules/
|
|
.grunt/
|
|
/bower_components/
|
|
.build*
|
|
/_SpecRunner.html
|
|
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
|
|
bower.json
|
|
testcase.html
|
|
package.js
|
|
.versions
|