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, deno publish seems to only ignore files in the local .gitignore. Often, the most common files to ignore are set in the global .gitignore. The publish command should match Git's behavior and respect all .gitignore files that Git does.