mirror of
https://github.com/readthedocs/sphinx_rtd_theme.git
synced 2025-02-25 18:55:21 -06:00
* Fix typo * Lock file changes after running 'npm install --lockfile-version 1' w/ Node 14 * Format file prior to change * Remove the html5shiv JS package & all references to it * Remove the copy-webpack-plugin JS package as no longer used --------- Co-authored-by: Manuel Kaufmann <humitos@gmail.com>
30 lines
384 B
Plaintext
30 lines
384 B
Plaintext
*.pyc
|
|
*.egg-info
|
|
*.egg
|
|
*build/
|
|
.tox
|
|
.coverage
|
|
*.DS_Store
|
|
*.sass-cache
|
|
*.map
|
|
.ropeproject/
|
|
.ruby-version
|
|
dist/
|
|
bower_components/
|
|
include/
|
|
lib/
|
|
local/
|
|
node_modules
|
|
npm-debug.log
|
|
pip-selfcheck.json
|
|
sphinx_rtd_theme/static/fonts/Lato/
|
|
sphinx_rtd_theme/static/fonts/RobotoSlab/
|
|
.python-version
|
|
.node-version
|
|
.tool-versions
|
|
.nvmrc
|
|
.direnv/
|
|
.envrc
|
|
# Used for dockerized builds
|
|
.container_id
|