bupticybee / TexasHoldemSolverJava

A Java implemented Texas holdem and short deck Solver
MIT License
814 stars 186 forks source link

Add .gitignore #4

Closed yichen88 closed 3 years ago

bupticybee commented 3 years ago

I see the point of this merge requets. However the .idea folder is added on purpose. I use some of Intellij IDEA's feature to buid the release package and manage the test cases. It's an important part of the project.

yichen88 commented 3 years ago

I see the point of this merge requets. However the .idea folder is added on purpose. I use some of Intellij IDEA's feature to buid the release package and manage the test cases. It's an important part of the project.

ok, normally these jobs(test, release) could be done by maven plugins. i will try it.

bupticybee commented 3 years ago

I see the point of this merge requets. However the .idea folder is added on purpose. I use some of Intellij IDEA's feature to buid the release package and manage the test cases. It's an important part of the project.

ok, normally these jobs(test, release) could be done by maven plugins. i will try it.

Maven build plugins cannot meet my demands so I choose Intellij IDEA embedded build options.

bupticybee commented 3 years ago

Closing for now.