1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-11-23 23:21:00 +01:00

Removed ESLint cache

This commit is contained in:
squidfunk 2021-02-07 17:56:41 +01:00
parent 208c9ac3fd
commit 9c2253a705
2 changed files with 39 additions and 15 deletions

File diff suppressed because one or more lines are too long

53
.gitignore vendored
View File

@ -18,26 +18,51 @@
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
# IN THE SOFTWARE.
# macOS internals
.DS_Store
# -----------------------------------------------------------------------------
# Node, TypeScript, Python
# -----------------------------------------------------------------------------
# NPM-related
/node_modules
/npm-debug.log*
# Python-related
# Dependencies
node_modules
__pycache__
venv
# Files generated by build
/build
/MANIFEST
/manifest.json
/site
# Coverage reports
.nyc_output
coverage
# Build files
build
MANIFEST
manifest.json
site
# Distribution files
/dist
/mkdocs_material.egg-info
dist
mkdocs_material.egg-info
# Caches and logs
*.cpuprofile
*.log
*.tsbuildinfo
.eslintcache
# -----------------------------------------------------------------------------
# General
# -----------------------------------------------------------------------------
# Never ignore .gitkeep files
!**/.gitkeep
# Husky hooks
.husky/.gitignore
.husky/_
# macOS internals
.DS_Store
# Temporary files
tmp
# IDEs
.vscode