KikiManjaro / StickyScroll

Implementation of vscode sticky code for Jetbrains IDE
36 stars 20 forks source link

Properly ignore .idea #17

Closed HoldYourWaffle closed 7 months ago

HoldYourWaffle commented 1 year ago

The version of .gitignore introduced in 59e4fc5 doesn't properly ignore .idea. A bunch of files that shouldn't be in the repository like misc.xml were not ignored.

As far as I can tell the already included gradle.xml isn't necessary for this project to work (nor should it be), so I removed it from version control. It is now covered by .gitignore.