Skip to content

Commit

Permalink
shng: modify gitignore structure
Browse files Browse the repository at this point in the history
  • Loading branch information
Morg42 committed Jul 26, 2024
1 parent bafb713 commit b4ccd9f
Show file tree
Hide file tree
Showing 9 changed files with 28 additions and 80 deletions.
28 changes: 28 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,31 @@ requirements/conf_all.txt
**/.vscode/
/custom_plugins
/priv_tools


# ./etc -- ignore everything
etc/*
# except yaml default-files
!etc/admin.yaml.default
!etc/holidays.yaml.default
!etc/logging.yaml.default
!etc/logic.yaml.default
!etc/module.yaml.default
!etc/plugin.yaml.default
!etc/smarthome.yaml.default

# ./items -- ignore everything
items/

# ./logics -- ignore everything
logics/

# ./functions -- ignore everything
functions/

# ./structs -- ignore everything
structs/

# ./scenes -- ignore everything
scenes/

13 changes: 0 additions & 13 deletions etc/.gitignore

This file was deleted.

5 changes: 0 additions & 5 deletions functions/.gitignore

This file was deleted.

25 changes: 0 additions & 25 deletions functions/uf.tpl

This file was deleted.

4 changes: 0 additions & 4 deletions items/.gitignore

This file was deleted.

6 changes: 0 additions & 6 deletions logics/.gitignore

This file was deleted.

19 changes: 0 additions & 19 deletions logics/logic.tpl

This file was deleted.

4 changes: 0 additions & 4 deletions scenes/.gitignore

This file was deleted.

4 changes: 0 additions & 4 deletions structs/.gitignore

This file was deleted.

0 comments on commit b4ccd9f

Please sign in to comment.