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
Actual behavior:
fatal: Not a git repository: /home/daniel/shared/TypeScript/.git/worktrees/TypeScript3
The .git file should not be included in release package.
Playground Link:
Related Issues:
The text was updated successfully, but these errors were encountered:
TypeScript Version: 3.3.333
Search Terms:
3.3.333 Not a git repository
Code
git init npm install typescript git add package-lock.json git commit -m "init" git clean -xdf
Expected behavior:
clean node_module folder
Actual behavior:
fatal: Not a git repository: /home/daniel/shared/TypeScript/.git/worktrees/TypeScript3
The .git file should not be included in release package.
Playground Link:
Related Issues:
The text was updated successfully, but these errors were encountered: