Update .gitignore to ignore the entire .vscode folder
This commit is contained in:
5
.vscode/extensions.json
vendored
Normal file
5
.vscode/extensions.json
vendored
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"recommendations": [
|
||||||
|
"monicaim.monica-code"
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -37,6 +37,12 @@ playwright install chromium
|
|||||||
# Install the required Linux system libraries
|
# Install the required Linux system libraries
|
||||||
playwright install-deps chromium
|
playwright install-deps chromium
|
||||||
|
|
||||||
|
# 7. Clean up (Optional)
|
||||||
|
# Deactivate the virtual environment
|
||||||
|
deactivate
|
||||||
|
# Remove the virtual environment (if you want to start fresh next time)
|
||||||
|
# rm -rf venv
|
||||||
|
|
||||||
# 5. Run the script
|
# 5. Run the script
|
||||||
echo "▶️ Running the sync script..."
|
echo "▶️ Running the sync script..."
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user