Skip to content

Commit

Permalink
gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
britkat1980 committed Jun 24, 2023
1 parent 51ba7aa commit 7c58d76
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
GivTCP/settings.py
GivTCP/testdata.json
GivTCP/startup.sh
.lockfile
*.pkl
.forceFullRefresh
test.txt
14 changes: 14 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto

# Explicitly declare text files you want to always be normalized and converted
# to native line endings on checkout.
*.c text
*.h text

# Declare files that will always have CRLF line endings on checkout.
*.sh text eol=lf

# Denote all files that are truly binary and should not be modified.
*.png binary
*.jpg binary
10 changes: 10 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
.venv
.vscode
__pycache__
givenergy_modbus_2
asyncclient.py
settings.py
testdata.json
MQTT_TEST.py
REST_TEST.py
test.py
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Type error in MQTT publishing handled gracefully
- Grid Current scaling factor corrected (x10)
### Added
- Updated SmartTarget to PALM 0.9.2 (Thanks Steve Lewis)
- Updated SmartTarget to PALM 0.10.0 (Thanks Steve Lewis)
- Charge and Discharge time remaining entities (mins till full charge/discharge at current power rate) and absolute time to hit Target SOC/Battery Reserve
- Gen 3 invertors now recognised
- MQTT Auto recognition. If using the Mosquitto addon in HA it will now auto connect, removing need for MQTT configuration before running
Expand Down
4 changes: 4 additions & 0 deletions GivEnergy-Smart-Home-Display-givtcp/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
node_modules/
.idea/

*.iml

0 comments on commit 7c58d76

Please sign in to comment.