dmlc / gluon-nlp

NLP made easy
https://nlp.gluon.ai/
Apache License 2.0
2.56k stars 538 forks source link

[BUGFIX]Exclude .idea from make clean #1194

Closed chenw23 closed 4 years ago

chenw23 commented 4 years ago

Description

I am using PyCharm for developing. I often use make docs to preview the newly built website files and use make clean to wipe all the artifacts out.

However, the make clean command removes everything in the ./idea folder, which is very unfriendly and destructive, meaning that I will need to manually set all the settings and preferences for this project.

I think the change in this pull request will benefit the PyCharm users who build the website.

Checklist

Essentials

Changes

Comments

cc @dmlc/gluon-nlp-team

codecov[bot] commented 4 years ago

Codecov Report

Merging #1194 into master will not change coverage by %. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1194   +/-   ##
=======================================
  Coverage   87.42%   87.42%           
=======================================
  Files          81       81           
  Lines        7345     7345           
=======================================
  Hits         6421     6421           
  Misses        924      924           
mli commented 4 years ago

Job PR-1194/1 is complete. Docs are uploaded to http://gluon-nlp-staging.s3-accelerate.dualstack.amazonaws.com/PR-1194/1/index.html

mli commented 4 years ago

Job PR-1194/2 is complete. Docs are uploaded to http://gluon-nlp-staging.s3-accelerate.dualstack.amazonaws.com/PR-1194/2/index.html