Update gitignore to allow for "build" GitHub actions

This commit is contained in:
Brian Clozel
2025-02-17 16:29:57 +01:00
parent 914b958d2c
commit a172ac9512

7
.gitignore vendored
View File

@@ -1,7 +1,10 @@
build
/build
buildSrc/build
/spring-*/build
/platform/build
node_modules/
.full-build
!/**/src/**/build
/**/src/**/generated
.gradle
.idea/