Resetting utils subtree.
This commit is contained in:
+5
-1
@@ -19,11 +19,15 @@ git init
|
||||
#### Create a `.gitignore` file:
|
||||
Add files/directories in it which you don't want to sync to git.
|
||||
Update this as frequently as your project needs you to. Start with this:
|
||||
```commandline
|
||||
```
|
||||
/.venv/
|
||||
/.idea/
|
||||
**/__pycache__/
|
||||
__pycache__/
|
||||
|
||||
*.pem
|
||||
*.pyc
|
||||
*.pyd
|
||||
```
|
||||
|
||||
### STEP 2.
|
||||
|
||||
Reference in New Issue
Block a user