Skip to content

Commit

Permalink
[Monitoring individuals] chore: Ajout de *.DS_Store au .gitignore
Browse files Browse the repository at this point in the history
- Ajout de la règle *.DS_Store pour ignorer les fichiers spécifiques à macOS.
- Ces fichiers sont créés automatiquement par Finder et ne doivent pas être suivis par Git.

Co-authored-by: DonovanMaillard <donovan.maillard@gmail.com>
Co-authored-by: Andria Capai <andria_capai@natural-solutions.eu>
Reviewed-by: @andriacap
  • Loading branch information
2 people authored and amandine-sahl committed Jan 7, 2025
1 parent 5c75843 commit adff0b6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -154,5 +154,7 @@ install_all/install_all.log

/docs/CHANGELOG.html


/contrib/*/frontend/node_modules
Makefile.local
Makefile.local
*.DS_Store

0 comments on commit adff0b6

Please sign in to comment.