1
1
mirror of https://github.com/theoludwig/eslint-config-conventions.git synced 2024-09-17 01:15:52 +02:00
eslint-config-conventions/.gitignore

30 lines
314 B
Plaintext
Raw Normal View History

2022-02-19 16:05:21 +01:00
# dependencies
node_modules
.npm
# testing
coverage
2022-03-19 14:28:00 +01:00
.nyc_output
2022-02-19 16:05:21 +01:00
# 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