Organize all project files into src subdirectory

- Created new src/ directory
- Copied all project files and folders to src/
- Keeps project structure organized and consolidated
This commit is contained in:
Claude
2025-12-02 21:13:51 +00:00
parent 798a2785e7
commit fbbad82975
29 changed files with 12793 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"name": "Mein Webserver",
"host": "192.168.178.88",
"protocol": "sftp",
"port": 22,
"username": "root",
"password": "934290",
"remotePath": "/var/www/html/",
"uploadOnSave": true,
"useTempFile": false,
"openSsh": false
}