gitignore
All checks were successful
Build and Deploy / build (push) Successful in 26s
Build and Deploy / deploy (push) Successful in 24s

This commit is contained in:
Maximilian Baum
2026-04-02 09:36:39 +02:00
parent 88ef8136f3
commit f8c4e3c688

4
.gitignore vendored
View File

@@ -1,4 +1,6 @@
node_modules node_modules
test.* test.*
*.log *.log
.idea .idea
package-lock.json