Initial commit
**Motivations:** - Initialisation du versionning git pour le projet **Root causes:** - N/A (Nouveau projet) **Correctifs:** - N/A **Evolutions:** - Structure initiale du projet - Ajout du .gitignore **Pages affectées:** - Tous les fichiers
This commit is contained in:
19
default.project.json
Normal file
19
default.project.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "builazoo",
|
||||
"tree": {
|
||||
"$className": "DataModel",
|
||||
"ReplicatedStorage": {
|
||||
"Shared": {
|
||||
"$path": "src/ReplicatedStorage/Shared"
|
||||
}
|
||||
},
|
||||
"ServerScriptService": {
|
||||
"$path": "src/ServerScriptService"
|
||||
},
|
||||
"StarterPlayer": {
|
||||
"StarterPlayerScripts": {
|
||||
"$path": "src/StarterPlayer/StarterPlayerScripts"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user