Compare commits

...
2 Commits
Author SHA1 Message Date
earthjasonlin ea113c77d7 git ignore 2025-11-22 20:50:51 +08:00
earthjasonlin db4d036252 remove vscode 2025-11-22 20:50:34 +08:00
3 changed files with 6 additions and 5 deletions

No files matched your search

+1 -1
View File
@@ -1,2 +1,2 @@
.venv/
.vecode/
.vscode/
-4
View File
@@ -1,4 +0,0 @@
{
"python-envs.defaultEnvManager": "ms-python.python:venv",
"python-envs.pythonProjects": []
}
+5
View File
@@ -0,0 +1,5 @@
sudo git pull
python main.py
sudo git add .
sudo git commit -m "$(date '+%Y-%m-%d %H:%M:%S.%N')"
sudo git push