You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2019/12/09 09:23:20 UTC

[GitHub] [incubator-dolphinscheduler] gaojun2048 opened a new issue #1420: [BUG] gitignore file imperfect

gaojun2048 opened a new issue #1420: [BUG] gitignore file imperfect
URL: https://github.com/apache/incubator-dolphinscheduler/issues/1420
 
 
   I forked the project and checkout branch dev-db, Then i run 'mvn clean install -Prelease -Dmaven.test.skip=true' to build the project. I found 
   `dolphinscheduler-dist/dolphinscheduler-backend/target` 
   `dolphinscheduler-dist/dolphinscheduler-front/target/` 
   `dolphinscheduler-dist/dolphinscheduler-src/target/` 
   `dolphinscheduler-ui/dist` 
   `dolphinscheduler-ui/node` 
   was in the untracked files list.
   
   I checked the .gitignore file and found it is imperfect. To solve it we can edit the .gitignore file and add this lines:
   `**/**/target/**`
   `dolphinscheduler-ui/dist`
   `dolphinscheduler-ui/dist`
   
   @qiaozhanwei  
   Is it a bug? And can I update the .gitignore file?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services