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

Add compile files #68

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Add compile files #68

wants to merge 4 commits into from

Conversation

Aschen
Copy link

@Aschen Aschen commented May 28, 2020

What does this PR do

Remove files needed to compile native add-ons (.cpp, .h, .o etc)
Remove the package-lock.json since it's not needed anymore after installing dependencies.
Remove man directory (man pages), features (cucumber) and .git

@Aschen
Copy link
Author

Aschen commented Jun 19, 2020

@tj Sorry to ask, but are you still maintaining the repo? Do you want some help?

@@ -82,6 +82,7 @@ var DefaultFiles = []string{
".appveyor.yml",
"tsconfig.json",
"tslint.json",
"package-lock.json",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

internal/prune/prune.go Outdated Show resolved Hide resolved
@@ -82,8 +82,6 @@ var DefaultFiles = []string{
".appveyor.yml",
"tsconfig.json",
"tslint.json",
"package-lock.json",
}
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks like you remove closing bracket

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My laziness is damn too high 😅

@zzjin
Copy link

zzjin commented Aug 26, 2021

I've add man and .git to ignore folders, and IMO file exts can set by --include *.h --include *.c, so I don't use it to my pr: #73. Checkout and have a try~

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants