Skip to content

Commit

Permalink
Update README and gitignore
Browse files Browse the repository at this point in the history
Same patterns as other engines for gitignore
  • Loading branch information
jesusbv committed Feb 19, 2024
1 parent 2275f84 commit 3677601
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 33 deletions.
9 changes: 3 additions & 6 deletions engines/registry/.gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
/.bundle/
/doc/
/log/*.log
/pkg/
/tmp/
.byebug_history
.bundle/
log/*.log
pkg/
29 changes: 2 additions & 27 deletions engines/registry/README.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,3 @@
# Registry
Short description and motivation.

## Usage
How to use my plugin.

## Installation
Add this line to your application's Gemfile:

```ruby
gem 'registry'
```

And then execute:
```bash
$ bundle
```

Or install it yourself as:
```bash
$ gem install registry
```

## Contributing
Contribution directions go here.

## License
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
Instances in the cloud have the option to use registry.suse.com for their containers,
this engine provides the endpoint to auth and handling of that access to the registry

0 comments on commit 3677601

Please sign in to comment.