developer-student-club-thapar / algo-book

The algo book that contains various algorithms in 4 different languages
https://algo-book.dsctiet.tech
GNU General Public License v3.0
16 stars 44 forks source link

Updated .gitignore for JetBrains IDE (Pycharm and IntelliJ) #134

Closed vybhav72954 closed 4 years ago

vybhav72954 commented 4 years ago

Description of Change

For a contributor who uses PyCharm or IntelliJ IDEA by JetBrains as their primary IDE for Python and Java, made some minor changes in .gitignore so that IDE generated files are ignored.

For new contributors, ignoring .idea/ folder is actually a hassle if they aren't aware of the working of .gitignore and are forced to either commit only selected files or upload a .gitignore of their own.

Checklist