mirror of
https://github.com/jdillenburg/esphome.git
synced 2026-01-07 22:20:38 -07:00
21 lines
447 B
Plaintext
21 lines
447 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.
|
|
|
|
# Default ignored files
|
|
/.esphome/
|
|
/packages/.esphome/
|
|
/secrets.yaml
|
|
# Only check in files NOT ignored here
|
|
*.yaml
|
|
|
|
# List of files to consider for check in
|
|
!garage-door-controller.yaml
|
|
!bed-controller2.yaml
|
|
!TFmini.h
|
|
!/packages/
|
|
!/packages/wifi.yaml
|
|
!/packages/beacon.yaml
|
|
!/README_Assets/*
|
|
!/docs/*
|