Aeledfyr / deepsize

A rust crate to find the total size of an object, on the stack and on the heap
MIT License
103 stars 19 forks source link

Add .idea to gitignore #20

Closed pmnoxx closed 2 years ago

pmnoxx commented 2 years ago

Intellij creates a hidden .idea folder inside the crate. Let's add it to .gitignore.

pmnoxx commented 2 years ago

@Aeledfyr I updated the PR, can you take a look?