This repository has been archived on 2024-01-15. You can view files and clone it, but cannot push or open issues or pull requests.
JSDocValidator/.gitignore
2022-11-01 04:06:11 +01:00

24 lines
345 B
Plaintext

# See http://help.github.com/ignore-files/ for more about ignoring files.
# compiled output
/out
# dependencies
/node_modules
# IDEs and editors
/.idea
.project
.classpath
.c9/
*.launch
.settings/
*.sublime-workspace
# IDE - VSCode
.vscode/*
!.vscode/extensions.json
!.vscode/launch.json
!.vscode/settings.json
!.vscode/tasks.json
.history/*