mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-24 07:30:12 +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
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
||||||
# IN THE SOFTWARE.
|
# IN THE SOFTWARE.
|
||||||
|
|
||||||
# macOS internals
|
# -----------------------------------------------------------------------------
|
||||||
.DS_Store
|
# Node, TypeScript, Python
|
||||||
|
# -----------------------------------------------------------------------------
|
||||||
|
|
||||||
# NPM-related
|
# Dependencies
|
||||||
/node_modules
|
node_modules
|
||||||
/npm-debug.log*
|
|
||||||
|
|
||||||
# Python-related
|
|
||||||
__pycache__
|
__pycache__
|
||||||
venv
|
venv
|
||||||
|
|
||||||
# Files generated by build
|
# Coverage reports
|
||||||
/build
|
.nyc_output
|
||||||
/MANIFEST
|
coverage
|
||||||
/manifest.json
|
|
||||||
/site
|
# Build files
|
||||||
|
build
|
||||||
|
MANIFEST
|
||||||
|
manifest.json
|
||||||
|
site
|
||||||
|
|
||||||
# Distribution files
|
# Distribution files
|
||||||
/dist
|
dist
|
||||||
/mkdocs_material.egg-info
|
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
|
# IDEs
|
||||||
.vscode
|
.vscode
|
||||||
|
Loading…
Reference in New Issue
Block a user