From a6c0a708d662e796cfdcd5727163b9c4f91165ee Mon Sep 17 00:00:00 2001 From: matixezor Date: Tue, 16 Mar 2021 20:17:45 +0100 Subject: [PATCH] update readme and gitignore --- .gitignore | 1 - README.md | 1 - 2 files changed, 2 deletions(-) diff --git a/.gitignore b/.gitignore index f39ad00..26c77e0 100644 --- a/.gitignore +++ b/.gitignore @@ -5,7 +5,6 @@ # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 -src/config.py .idea # User-specific stuff .idea/**/workspace.xml diff --git a/README.md b/README.md index 262c913..7395fce 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,6 @@ `$ pip install -r requirements.txt` #### By zaktualizować plik requirements: `$ pip freeze > requirements.txt` -#### Utwórz w src plik config.py i dodaj zmienną main_path zawierającą ścieżkę do głównego folderu #### By zmieniać kod, twórzcie nowe branche i tam się bawcie #### Na koniec żeby zmergować to do master: `$ git checkout master`