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:
parent
208c9ac3fd
commit
9c2253a705
File diff suppressed because one or more lines are too long
53
.gitignore
vendored
53
.gitignore
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user