diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -2,4 +2,6 @@ out node_modules .vscode-test/ *.vsix -coverage/
\ No newline at end of file +coverage/ +.DS_Store +/npm-debug.log |
| index : doxdocgen | |
| Visual Studio Code extension to generate doxygen documentation from source code. |
| summaryrefslogtreecommitdiffstats |
| -rw-r--r-- | .gitignore | 4 |
@@ -2,4 +2,6 @@ out node_modules .vscode-test/ *.vsix -coverage/
\ No newline at end of file +coverage/ +.DS_Store +/npm-debug.log |