Skip to content

Commit c5ba97b

Browse files
authored
Merge pull request #174 from mmattel/add_exclude_to_.gitignore
Add settings.yaml to .gitignore
2 parents 7186a1f + 8dc7d9a commit c5ba97b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ venv.bak/
115115
# mypy
116116
.mypy_cache/
117117
system_sensors.service
118+
src/settings.yaml
118119

119120
# ignore config directory created by docker
120-
/config
121+
/config

0 commit comments

Comments
 (0)