Initial commit with contrats and domaines modules
This commit is contained in:
15
.claude/settings.local.json
Normal file
15
.claude/settings.local.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"permissions": {
|
||||
"allow": [
|
||||
"Read(//c/laragon/www/**)",
|
||||
"Bash(composer create-project:*)",
|
||||
"Bash(cp -r C:/laragon/www/Commandes_tmp/. C:/laragon/www/Commandes/)",
|
||||
"Bash(rm -rf C:/laragon/www/Commandes_tmp)",
|
||||
"Bash(composer require:*)",
|
||||
"Bash(php artisan:*)",
|
||||
"Bash(mysql -u root -e \"CREATE DATABASE IF NOT EXISTS commandes_dsi CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;\")",
|
||||
"Bash(/c/laragon/bin/mysql/mysql-8.4.3-winx64/bin/mysql.exe -u root -e \"CREATE DATABASE IF NOT EXISTS commandes_dsi CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;\")",
|
||||
"Bash(npm run:*)"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user