diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,2 +1,3 @@ -node_modules/ -**/*.js +venv/ +__pycache__/ + |
| index : hass-esp8266-rgbstrip | |
| homeasssistant integration for the esp8266 http led strip controller |
| aboutsummaryrefslogtreecommitdiff |
| -rw-r--r-- | .gitignore | 5 |
@@ -1,2 +1,3 @@ -node_modules/ -**/*.js +venv/ +__pycache__/ + |