mirror of
https://github.com/theoludwig/markdownlint-rule-relative-links.git
synced 2024-11-04 18:21:31 +01:00
30 lines
314 B
Plaintext
30 lines
314 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/*
|
||
|
!.vscode/settings.json
|
||
|
!.vscode/tasks.json
|
||
|
!.vscode/launch.json
|
||
|
!.vscode/extensions.json
|
||
|
|
||
|
# misc
|
||
|
.DS_Store
|