Skip to content

Commit 3b01a98

Browse files
authored
Deleted spaces in the example .gitignore file
The .gintignore was not working properly because of the additional spaces.
1 parent 4786bf5 commit 3b01a98

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cs/deploy/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ Git bude sledovat změny souborů a složek v tomto adresáři, ale jsou tam ně
4444
```
4545
*.pyc
4646
__pycache__
47-
myvenv
48-
db.sqlite3
47+
myvenv
48+
db.sqlite3
4949
.DS_Store
5050
```
5151

0 commit comments

Comments
 (0)