kblincoe / VisualGit_SE701_2019_4

1 stars 0 forks source link

Update .gitignore #77

Closed r4inee closed 5 years ago

r4inee commented 5 years ago

When you run npm run compile to recompile the typescript files, if any error occurs a npm-debug.log file will be added to the root of the directory.

I'm not sure if other log files will be added when you run other commands but the gitignore should ignore all .log files.

@shurui-li

qw commented 5 years ago

Cheers