Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
HerbigniauxBenoit authored Mar 26, 2024
1 parent 209bc13 commit 0f570c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ git commit -m "Initial commit"
```

## 2. Ajouter le .gitignore
Assurez-vous d'ignorer les fichiers non nécessaires en ajoutant un fichier .gitignore. Vous pouvez utiliser un template correct pour un projet Godot.
Assurez-vous d'ignorer les fichiers non nécessaires en ajoutant un fichier .gitignore. J'ai pris l'exemple du contenue du .gitignore fournis ici : https://github.com/github/gitignore/blob/main/Godot.gitignore pour m'inspirer.

Le contenu du fichier .gitignore que j'utilise :
Je l'ai un peu modifier pour faire fonctionner la CI (lier a un problème d'un fichier export_presets.cfg, je reviens dessus plus tard), mon fichier est comme celui-ci :
```bash
# Godot 4+ specific ignores
.godot/
Expand Down

0 comments on commit 0f570c0

Please sign in to comment.