Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.git directory installed in 3.3.333 #30122

Closed
XCMP opened this issue Feb 27, 2019 · 1 comment
Closed

.git directory installed in 3.3.333 #30122

XCMP opened this issue Feb 27, 2019 · 1 comment
Labels
Duplicate An existing issue was already created

Comments

@XCMP
Copy link

XCMP commented Feb 27, 2019

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:

@j-oliveras
Copy link
Contributor

Duplicate of #30100, #30077 and fixed by #30078.

@RyanCavanaugh RyanCavanaugh added the Duplicate An existing issue was already created label Feb 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Duplicate An existing issue was already created
Projects
None yet
Development

No branches or pull requests

3 participants