Skip to content

Commit

Permalink
Add .gitignore to the generated project (#5)
Browse files Browse the repository at this point in the history
add .gitignore to the generated project
  • Loading branch information
ddemonaz authored Oct 26, 2020
1 parent 54b715e commit 69a4805
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ the project structure will be ru/tinkoff/load/

How to install sbt <https://www.scala-sbt.org/1.x/docs/Setup.html>.

Known bugs
----------------
At the moment, when running on OS Windows, there is a problem - the temporary file `.gitignore` is not deleted.
This does not affect project creation. There is a bug on the problem <https://github.com/foundweekends/giter8/issues/477>.

Template license
----------------
Written in 2020 by Chepkasov Sergey [email protected]
Expand Down
10 changes: 10 additions & 0 deletions src/main/g8/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
/target/
/.settings
/.classpath
/.idea
/.project
/project/project/
/project/target/
/report/
*.log
/results/

0 comments on commit 69a4805

Please sign in to comment.