mirror of
https://github.com/theoludwig/markdownlint-rule-relative-links.git
synced 2024-12-08 00:45:32 +01:00
26 lines
225 B
Plaintext
26 lines
225 B
Plaintext
# dependencies
|
|
node_modules
|
|
.npm
|
|
|
|
# testing
|
|
coverage
|
|
.nyc_output
|
|
|
|
# debug
|
|
npm-debug.log*
|
|
|
|
# IDEs and editors
|
|
/.idea
|
|
.project
|
|
.classpath
|
|
.c9/
|
|
*.launch
|
|
.settings/
|
|
*.sublime-workspace
|
|
|
|
# IDE - VSCode
|
|
.vscode/*
|
|
|
|
# misc
|
|
.DS_Store
|