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

Compress output #2

Open
attakei opened this issue Dec 29, 2021 · 0 comments
Open

Compress output #2

attakei opened this issue Dec 29, 2021 · 0 comments

Comments

@attakei
Copy link
Owner

attakei commented Dec 29, 2021

Add other output mode.

  • No output comments (except header comment)
  • Remove duplicate ignorings

Example

Regular mode

$ gigi lang-a lang-b

# Lang A
var/
dist/
*.ac

# Lang B
var/
.b-cache/

Compress mode

$ gigi -c lang-a lang-b

var/
dist/
*.ac
.b-cache/
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

No branches or pull requests

1 participant