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 is packaged into release package #30100

Closed
link89 opened this issue Feb 26, 2019 · 2 comments
Closed

.git directory is packaged into release package #30100

link89 opened this issue Feb 26, 2019 · 2 comments
Labels
Duplicate An existing issue was already created

Comments

@link89
Copy link

link89 commented Feb 26, 2019

TypeScript Version: 3.4.0-dev.201xxxxx

Search Terms:
git clean package

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 version is 1.8, which is the default version install by centos 7.
I think .git file should not be included in release package

Playground Link:

Related Issues:

@AlCalzone
Copy link
Contributor

Is this a version that includes #30078 ?

@RyanCavanaugh RyanCavanaugh added the Duplicate An existing issue was already created label Feb 26, 2019
@RyanCavanaugh
Copy link
Member

See #30078 / #30077

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