Skip to content

Commit f32ae3c

Browse files
committed
.gitignore in subdirectory cannot ignore files at repository root
#1 (comment)
1 parent 1bf8131 commit f32ae3c

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.test/.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# Gitignore settings for ESPHome
22
# This is an example and may include too much for your use-case.
33
# You can modify this file to suit your needs.
4-
/.esphome/
5-
# /secrets.yaml
4+
.esphome/

prebuilt/.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Gitignore settings for ESPHome
22
# This is an example and may include too much for your use-case.
33
# You can modify this file to suit your needs.
4-
/.esphome/
5-
/secrets.yaml
4+
.esphome/
5+
secrets.yaml

0 commit comments

Comments
 (0)