Added config environments to the gitignore

This commit is contained in:
Dennis Heinrich 2024-11-17 01:09:58 +01:00
parent 40b1058104
commit e84bd0c9da

6
.gitignore vendored
View file

@ -2,4 +2,8 @@
/build/ /build/
.idea .idea
.ddev .ddev
config.json config.json
config.prod.json
config.test.json
config.dev.json