You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by GitBox <gi...@apache.org> on 2022/07/25 02:34:33 UTC

[GitHub] [incubator-seatunnel] MRYOG opened a new issue, #2258: [Bug] [root directory] Delete .idea directory

MRYOG opened a new issue, #2258:
URL: https://github.com/apache/incubator-seatunnel/issues/2258

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/incubator-seatunnel/issues?q=is%3Aissue+label%3A%22bug%22) and found no similar issues.
   
   
   ### What happened
   
   .gitignore file found .idea and .idea/* , but project already have .idea directory
   If the user clone project for the first time , user can not find package and  must be deleted manually to compile
   
   ### SeaTunnel Version
   
   All version
   
   ### SeaTunnel Config
   
   ```conf
   None
   ```
   
   
   ### Running Command
   
   ```shell
   None
   ```
   
   
   ### Error Exception
   
   ```log
   git clone project can not find packages
   ```
   
   
   ### Flink or Spark Version
   
   _No response_
   
   ### Java or Scala Version
   
   _No response_
   
   ### Screenshots
   
   ![image](https://user-images.githubusercontent.com/10381662/180681882-73c13434-cccc-498f-a20b-765c709ad2ec.png)
   
   
   ### Are you willing to submit PR?
   
   - [X] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@seatunnel.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-seatunnel] Hisoka-X commented on issue #2258: [Bug] [root directory] Delete .idea directory

Posted by GitBox <gi...@apache.org>.
Hisoka-X commented on issue #2258:
URL: https://github.com/apache/incubator-seatunnel/issues/2258#issuecomment-1193612929

   ![image](https://user-images.githubusercontent.com/32387433/180707765-0a34510f-3cb5-4171-8c46-cb015d76d898.png)
   @CalvinKirs  also should delete `.idea` 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.

To unsubscribe, e-mail: commits-unsubscribe@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-seatunnel] CalvinKirs commented on issue #2258: [Bug] [root directory] Delete .idea directory

Posted by GitBox <gi...@apache.org>.
CalvinKirs commented on issue #2258:
URL: https://github.com/apache/incubator-seatunnel/issues/2258#issuecomment-1193501233

   What you need to deal with is the gitingore 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.

To unsubscribe, e-mail: commits-unsubscribe@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-seatunnel] MRYOG closed issue #2258: [Feature] [SeaTunnel] Delete .idea directory

Posted by GitBox <gi...@apache.org>.
MRYOG closed issue #2258: [Feature] [SeaTunnel] Delete .idea directory
URL: https://github.com/apache/incubator-seatunnel/issues/2258


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-seatunnel] MRYOG commented on issue #2258: [Feature] [SeaTunnel] Delete .idea directory

Posted by GitBox <gi...@apache.org>.
MRYOG commented on issue #2258:
URL: https://github.com/apache/incubator-seatunnel/issues/2258#issuecomment-1193878907

   I think .idea directory ,it is a local cache directory , if commit need some VCS ,  it should be in the doc/Contribution/Set Up Develop Environment . tell developer need config VCS .


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-seatunnel] CalvinKirs commented on issue #2258: [Bug] [root directory] Delete .idea directory

Posted by GitBox <gi...@apache.org>.
CalvinKirs commented on issue #2258:
URL: https://github.com/apache/incubator-seatunnel/issues/2258#issuecomment-1193626117

   > ![image](https://user-images.githubusercontent.com/32387433/180707765-0a34510f-3cb5-4171-8c46-cb015d76d898.png) @CalvinKirs also should delete `.idea` file
   
   https://github.com/apache/incubator-seatunnel/pull/805 you can refer this.


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-seatunnel] CalvinKirs commented on issue #2258: [Bug] [root directory] Delete .idea directory

Posted by GitBox <gi...@apache.org>.
CalvinKirs commented on issue #2258:
URL: https://github.com/apache/incubator-seatunnel/issues/2258#issuecomment-1193502150

   https://github.com/apache/incubator-seatunnel/pull/2117/files#diff-bc37d034bad564583790a46f19d807abfe519c5671395fd494d8cce506c42947R16  This PR incorrectly modifies the gitignore file, just restore it.


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-seatunnel] CalvinKirs commented on issue #2258: [Bug] [root directory] Delete .idea directory

Posted by GitBox <gi...@apache.org>.
CalvinKirs commented on issue #2258:
URL: https://github.com/apache/incubator-seatunnel/issues/2258#issuecomment-1193502335

   please modify your PR title.thx


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org