refactor: Update Gitignore to ignore build folder

This commit is contained in:
Simon Pistache 2025-05-26 02:16:22 +02:00
parent 0a9afe5e1d
commit 8a72046a65

2
.gitignore vendored
View File

@ -1,3 +1,5 @@
# Ignore les résultats de compilations locales
**/builds/
# Ignore node_module
**/node_modules/