dejvokep / boosted-yaml

A simple-to-use standalone Java library delivering boosted experience while working with YAML documents.
https://dejvokep.gitbook.io/boostedyaml/
Apache License 2.0
82 stars 8 forks source link

Remove unnecessary files #9

Closed iAtog closed 2 years ago

iAtog commented 2 years ago

Several files were removed, such as IntelliJ IDEA and maven files, and I added some files to the .gitignore so that they are not removed from your project and will not be visible in the repository.

I also added eclipse files to ignore for future contributors and my future contribution.

dejvokep commented 2 years ago

Hey, awesome contribution; forgot to add them to the .gitignore but it makes the repository cleaner, for sure.

Only one question: was there any reason for deleting the LICENSE-header.txt file? Could you please bring it back, if possible? Thanks and have an awesome day. ~ dejvokep

iAtog commented 2 years ago

Hey, awesome contribution; forgot to add them to the .gitignore but it makes the repository cleaner, for sure.

Only one question: was there any reason for deleting the LICENSE-header.txt file? Could you please bring it back, if possible? Thanks and have an awesome day. ~ dejvokep

As I could see it is just the license, I added it to the .gitignore so it would not appear in the repository, I guess you use it to place it in your files, but if it is for personal use it is ok to ignore it, anyway it would not be removed from your files, you can also specify it if you want it in the README.md, but if you want it in the repository you can confirm me again and I will gladly do it.

dejvokep commented 2 years ago

Thanks for the response! Yes, you are right, I will do my best to create some contributing guidelines as soon as possible.

Regarding the file: it is used by the Maven licensing plugin, so it would be awesome if you brought it back.

I will then merge the PR. Thank you :)

iAtog commented 2 years ago

It's ready, I've added the file, sorry for the delay.

dejvokep commented 2 years ago

No problem, thanks again for your contribution. Have an amazing day :)