Skip to content

Commit 4c08138

Browse files
author
renzon
committed
Incluindo arquivo do Floobits no gitignore
1 parent 2237ea3 commit 4c08138

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ coverage.xml
4343
.pydevproject
4444
.idea
4545

46+
# Floobits
47+
48+
.floorc.json
49+
4650
# Rope
4751
.ropeproject
4852

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Python Birds
33

44
Essa versão é a mais simples. Ela não contém replay nem reset, de forma que o jogo não pode retroceder.
55

6-
Para versão mais complexa, acesse a branch [diversao](https://github.com/pythonprobr/pythonbirds/tree/diversao)
6+
Para versão mais complexa, acesse a branch [master](https://github.com/pythonprobr/pythonbirds/tree/master)
77

88
Projeto para Ensino de Programação Orientadas a Objetos em Python.
99

0 commit comments

Comments
 (0)