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
That's most probably when you forgot to add a gitignore file or just forgot to ignore you dist.js file. Copycast should warn user, and even maybe interactively ask if he wants the file to be ignored (just for the session or added to .gitignore?).
Step 1: warn user
Step 2: automatically ignore file (if confirmation from user) in memory or in gitignore file (whatever we choose)
The text was updated successfully, but these errors were encountered:
That's most probably when you forgot to add a gitignore file or just forgot to ignore you
dist.js
file. Copycast should warn user, and even maybe interactively ask if he wants the file to be ignored (just for the session or added to .gitignore?).The text was updated successfully, but these errors were encountered: