mirror of
https://github.com/jdillenburg/esphome.git
synced 2026-03-17 19:59:16 -06:00
15 lines
326 B
Plaintext
15 lines
326 B
Plaintext
# Gitignore settings for ESPHome
|
|
# This is an example and may include too much for your use-case.
|
|
# You can modify this file to suit your needs.
|
|
|
|
# List of files to consider for check in
|
|
!/garage-door-controller.yaml
|
|
!/TFmini.h
|
|
|
|
# Default ignored files
|
|
/.esphome/
|
|
/secrets.yaml
|
|
# Only check in files NOT ignored here
|
|
/*.yaml
|
|
|