Skip to content

Commit 69a4805

Browse files
authored
Add .gitignore to the generated project (#5)
add .gitignore to the generated project
1 parent 54b715e commit 69a4805

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ the project structure will be ru/tinkoff/load/
1414

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

17+
Known bugs
18+
----------------
19+
At the moment, when running on OS Windows, there is a problem - the temporary file `.gitignore` is not deleted.
20+
This does not affect project creation. There is a bug on the problem <https://github.com/foundweekends/giter8/issues/477>.
21+
1722
Template license
1823
----------------
1924
Written in 2020 by Chepkasov Sergey [email protected]

src/main/g8/.gitignore

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
/target/
2+
/.settings
3+
/.classpath
4+
/.idea
5+
/.project
6+
/project/project/
7+
/project/target/
8+
/report/
9+
*.log
10+
/results/

0 commit comments

Comments
 (0)