asp.net - Visual Studio vs version controlling -


i have asp.net project, under git. want make small change in aspx file , of course generates connected change in aspx.designer.cs file. however, want patch commited relevant change i've made - can (for example) code review without need skip automated changes.

therefore want add *.designer.cs files .gitignore , regenerate them when updating local workspace (automatically, not file file). i've been searching command line compile aspx files without success.

could possibly know solution problem?

for environment windows+cygwin.


Comments

Popular posts from this blog

javascript - Bootstrap Popover: iOS Safari strange behaviour -

Magento/PHP - Get phones on all members in a customer group -

session - Logging Out Using PHP -