https://github.com/chenasraf/gi-gen-vscode-extension
VS Code extension that creates .gitignore for you automatically
https://github.com/chenasraf/gi-gen-vscode-extension
generator gitignore gitignore-generator vscode-extension
Last synced: 9 months ago
JSON representation
VS Code extension that creates .gitignore for you automatically
- Host: GitHub
- URL: https://github.com/chenasraf/gi-gen-vscode-extension
- Owner: chenasraf
- License: mit
- Created: 2022-05-25T20:22:25.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-26T21:03:20.000Z (about 4 years ago)
- Last Synced: 2025-01-21T22:11:24.136Z (over 1 year ago)
- Topics: generator, gitignore, gitignore-generator, vscode-extension
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=casraf.gi-gen
- Size: 51.8 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# GI Gen - Smart Gitignore Generator
## Features
Create a gitignore file for your project automatically.
Can **automatically discover** your project type, or you can choose manually, and allows you to
**remove unused patterns** from the resulting file.
Based on [gi_gen](https://github.com/chenasraf/gi_gen).
## Requirements
No requirements other than git, the binary is downloaded on first run.
## Release Notes
### 0.0.3
- Fix Linux support
### 0.0.1
- Initial release