You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -187,6 +187,12 @@ CMD ["python", "main.py"]
187
187
If cloning fails but you have access to the repository, provide the HTTPS repo URL instead of SSH
188
188
in `notgitmodules.yaml`.
189
189
190
+
---
191
+
## Worth to mention
192
+
193
+
-`not_gitmodules` doesn't require for you to keep the folders with modules. You can safely .gitignore/delete them.
194
+
- Do not use matching names for the repositories in `notgitmodules.yaml` file. In that case only the first repository will be downloaded and the second one - skipped.
195
+
190
196
---
191
197
## License
192
198
@@ -195,7 +201,6 @@ This project is licensed under a **Custom License**. See the [LICENSE](./LICENSE
195
201
Key points:
196
202
197
203
- You may use this project for commercial or personal purposes.
198
-
- You may not claim ownership of this project or its code.
0 commit comments