Arquivos já criados em sala

This commit is contained in:
2026-04-07 20:57:21 -03:00
parent d8cde2eb68
commit 37f5b39995
29 changed files with 2858 additions and 0 deletions

27
.vscode/ftp-sync.json vendored Normal file
View File

@@ -0,0 +1,27 @@
{
"remotePath": "./",
"host": "bigcell.com.br",
"username": "bigcellc_ads2025",
"password": "Ads*2025_",
"port": 21,
"secure": false,
"protocol": "ftp",
"uploadOnSave": true,
"passive": false,
"debug": false,
"privateKeyPath": null,
"passphrase": null,
"agent": null,
"allow": [],
"ignore": [
"\\.vscode",
"\\.git",
"\\.DS_Store"
],
"generatedFiles": {
"extensionsToInclude": [
""
],
"path": ""
}
}