CodeDrills-CD / codedrills-recommender

Open source competitive programming problem recommender according to your level
https://recommender.codedrills.io/
GNU General Public License v3.0
15 stars 13 forks source link

Add .gitignore #21

Closed cdbalaji closed 1 year ago

cdbalaji commented 1 year ago

Add target folder, swp files, etc.

Use https://github.com/github/gitignore/blob/main/Java.gitignore for inspiration.

Add target and .idea folders in addition to those.

ssghait007 commented 1 year ago

@cdbalaji I have Added PR for this https://github.com/CodeDrills-CD/codedrills-recommender/pull/22

cdbalaji commented 1 year ago

Thanks accepted that.