rdf-connect / LDES-Solid-Server

An implementation of an LDES server built within the Community Solid Server
4 stars 1 forks source link

add .idea/ to .gitignore file #4

Closed Krieke closed 1 year ago

ajuvercr commented 1 year ago

Normally you only put files and folders in the gitignore file that are generated by the application itself. As a solution you can put .idea/ inside you global gitignore file.