EgorKulikov / idea-chelper

Automatically exported from code.google.com/p/idea-chelper
112 stars 59 forks source link

#43 Fix #44

Closed tgvdinesh closed 7 years ago

tgvdinesh commented 7 years ago

Following are the changes

  1. CodeChef appear to have updated their DOM from using <div id> to <aside class>. Hence updated the code to parse new DOM. This fixes #43
  2. Added a .gitignore file
  3. .idea/misc.xml differs for different version of IDEA IDE & Java version. Hence removed the file from tracking.
tgvdinesh commented 7 years ago

Please merge this branch with master for codechef fix.