You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# We must ignore most of the files, because Auto-Redist update might commit files which we don't need to have, in case if you want to add new file/directory, anything, then make sure to remove ignore of all files (below) or just specify your files/directories below
# Ignore all files
*
# Allow tracking of the .gitignore file itself
!.gitignore
# Allow tracking of existing directories and their contents
!*/
# Allow tracking of files already committed (optional)