mirror of
https://github.com/theoludwig/html-w3c-validator.git
synced 2024-10-29 22:17:28 +01:00
37 lines
357 B
Plaintext
37 lines
357 B
Plaintext
# dependencies
|
|
node_modules
|
|
.npm
|
|
|
|
# production
|
|
/build
|
|
.swc
|
|
|
|
# testing
|
|
coverage
|
|
|
|
# envs
|
|
.env
|
|
.env.production
|
|
|
|
# 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
|