📝 Add .gitignore docs close #1
continuous-integration/drone/push Build is passing Details

pull/6/head
Julien Riboulet 2 years ago
parent cc31efa291
commit 1e1e66b586

@ -3,6 +3,24 @@ sidebar_position: 4
title: Creation of the project title: Creation of the project
--- ---
## Requirements
### Gitea repository
On Code#0, create a new repository for your project.
Clone this repository on your machine, this repository are used to save your next project on gitea.
### `.gitignore`
A special `.gitignore` is required for .Net projects.
Don't panic a multiple website give us the good file.
Example: https://www.toptal.com/developers/gitignore/api/dotnetcore,visualstudio,visualstudiocode
Copy the content of the web page in the file `.gitignore` at the root directory of the repository.
## Create a new Blazor site ## Create a new Blazor site
Open Visual Studio and select `Create a new Project` Open Visual Studio and select `Create a new Project`

@ -3,6 +3,24 @@ sidebar_position: 4
title: Création du projet title: Création du projet
--- ---
## Conditions
### Référentiel Gitea
Sur Code#0, créez un nouveau référentiel pour votre projet.
Clonez ce dépôt sur votre machine, ce dépôt sert à sauvegarder votre prochain projet sur gitea.
### `.gitignore`
Un ".gitignore" spécial est requis pour les projets .Net.
Pas de panique de multiple site nous donne le bon fichier.
Exemple : https://www.toptal.com/developers/gitignore/api/dotnetcore,visualstudio,visualstudiocode
Copiez le contenu de la page Web dans le fichier `.gitignore` à la racine du répertoire du référentiel.
## Créer un nouveau site Blazor ## Créer un nouveau site Blazor
Ouvrer Visual Studio et sélectionner `Create a new Project` Ouvrer Visual Studio et sélectionner `Create a new Project`

Loading…
Cancel
Save