Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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 at

http://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.
```