https://docs.microsoft.com/en-us/dotnet/architecture/modern-web-apps-azure/
https://docs.microsoft.com/en-us/dotnet/architecture/cloud-native/introduce-eshoponcontainers-reference-app
To ignore watching/tracking a particular directory/file:
git update-index --assume-unchanged <file>
To undo it and start watching the file again:
git update-index --no-assume-unchanged <file>
Learn React in 30 minutes
Learn useState In 15 Minutes – React Hooks Explained
Learn useEffect In 13 Minutes