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

feat(add): add project specific gitignore #6

Merged
merged 2 commits into from
Dec 11, 2020

Conversation

believer
Copy link
Member

Fixes #1

This PR adds project-specific .gitignore files to the supreme add git command. This keeps the .gitignore as minimal as possible and does not include unused paths/files. The command automatically detects the project type or you can use the flag --project, -p to manually select the project type.

@believer believer self-assigned this Dec 11, 2020
@believer believer merged commit 5d46002 into main Dec 11, 2020
@believer believer deleted the feature/project-gitignore branch December 11, 2020 11:37
github-actions bot pushed a commit that referenced this pull request Dec 11, 2020
# [1.10.0](v1.9.0...v1.10.0) (2020-12-11)

### Features

* **add:** add project specific gitignore ([#6](#6)) ([5d46002](5d46002))
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.

Create .gitignore based on project setup
1 participant