Roland Ding commited on
Commit ·
9080e6d
1
Parent(s): 23c4ca5
Add .github workflow folder to the .gitignore file
Browse filesOn branch main
Your branch is up to date with 'origin/main'.
Changes to be committed:
modified: .gitignore
- .gitignore +1 -0
.gitignore
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
# directories that are local to the server os
|
| 2 |
.archive
|
| 3 |
.venv
|
|
|
|
| 4 |
__pycache__
|
| 5 |
|
| 6 |
# files local to the server os
|
|
|
|
| 1 |
# directories that are local to the server os
|
| 2 |
.archive
|
| 3 |
.venv
|
| 4 |
+
.github
|
| 5 |
__pycache__
|
| 6 |
|
| 7 |
# files local to the server os
|