Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/junichi11/netbeans-gitignore-io-plugin
Support for gitignore.io
https://github.com/junichi11/netbeans-gitignore-io-plugin
Last synced: 24 days ago
JSON representation
Support for gitignore.io
- Host: GitHub
- URL: https://github.com/junichi11/netbeans-gitignore-io-plugin
- Owner: junichi11
- License: apache-2.0
- Created: 2013-09-06T12:08:47.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2020-06-20T12:33:49.000Z (over 4 years ago)
- Last Synced: 2024-10-04T16:15:52.354Z (about 1 month ago)
- Language: Java
- Size: 62.5 KB
- Stars: 17
- Watchers: 4
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-netbeans - Gitignore - Support for gitignore.io. (:electric_plug: Plugins <a name="plugins"></a> / Git)
README
# NetBeans gitignore.io Plugin
Support for gitignore.io. This plugin generates .gitignore file to your project node.
## Plugin Portal (Download)
- http://plugins.netbeans.org/plugin/50356/gitignore-io
## What's gitignore.io?
- https://gitignore.io
## Requirements
- NetBeans 8.0 or newer
## Usage
- Right-click the project node
- Click Generate gitignore file
- Click gitignore items or input specific items to text area on the dialog### Notice
Warning dialog is shown with the following cases:
- .gitignore already exists
- Isn't connected to an internet## Issues
If you hava some problems, please submit them to the github issue tracker.
(Please don't submit them to NetBeans bugzilla.)## Donation
- https://github.com/sponsors/junichi11
## License
The Apache License, Version 2.0
```
Copyright 2020 junichi11.Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```