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
Currently, you can add the unzipped directories to .gitignore. However, this is about saving time on commit. There are currently 3 alternatives
enhance .gitignore of unzipped directories by using these to filter unzipping
use the zip files as filters for .gitignore
check which files are currently added.
Option 3 contradicts current behavior which unstages a zipped file once it's unzipped. So this may require an additionally hook to add the file back presumably after commit. This may be closer to expected behavior.
The text was updated successfully, but these errors were encountered:
Skip files that are in
.gitignore
.Currently, you can add the unzipped directories to
.gitignore
. However, this is about saving time on commit. There are currently 3 alternatives.gitignore
of unzipped directories by using these to filter unzipping.gitignore
Option 3 contradicts current behavior which unstages a zipped file once it's unzipped. So this may require an additionally hook to add the file back presumably after commit. This may be closer to expected behavior.
The text was updated successfully, but these errors were encountered: