Conversation
|
Thanks for this! Can you explain a little more about what this file is for (maybe link to some documentation)? The VS template is already pretty long so it's nice to be sure that any new additions will be widely useful and sensible. |
|
Thanks, but I'll close this for now. Feel free to reopen with more information. |
|
Sorry I missed this earlier. .ntvs_analysis.dat basically caches the IntelliSense and JavaScript code analysis output. It can get very large and like Visual Sutdio user preferences (*.suo, *.ide) shouldn't really be checked into source. See this discussion with responses from the Node.js tools team Would you like to have this information in the template gitignore? Or did you just want to sanity-check the correctness of putting this file in? |
|
I'm not sure how to re-open the pull request. Do I just create a new pull request from my fork? |
|
No need to change the PR, it's just nice to have some confirmation in the discussion for future reference. Thanks for linking to that discussion ✨ |
Ignore analysis files from Node.js tools for Visual Studio 2013
Ignore analysis files from Node.js tools for Visual Studio 2013
First exclusion for Node.js tools for Visual Studio 2013.