diff --git a/.gitignore b/.gitignore old mode 100755 new mode 100644 index 6a9cb57..622d93c --- a/.gitignore +++ b/.gitignore @@ -133,6 +133,7 @@ duckhunt.log* # Runtime files (do not commit) duckhunt.json config.json +duckhunt.json.bak # IDE files .vscode/ diff --git a/MULTI_CHANNEL_PLAN.md b/MULTI_CHANNEL_PLAN.md old mode 100755 new mode 100644 diff --git a/README.md b/README.md old mode 100755 new mode 100644 diff --git a/config.json.example b/config.json.example old mode 100755 new mode 100644 diff --git a/duckhunt.py b/duckhunt.py old mode 100755 new mode 100644 diff --git a/levels.json b/levels.json old mode 100755 new mode 100644 diff --git a/messages.json b/messages.json old mode 100755 new mode 100644 diff --git a/shop.json b/shop.json old mode 100755 new mode 100644 diff --git a/src/db.py b/src/db.py old mode 100755 new mode 100644 diff --git a/src/duckhuntbot.py b/src/duckhuntbot.py old mode 100755 new mode 100644 diff --git a/src/error_handling.py b/src/error_handling.py old mode 100755 new mode 100644 diff --git a/src/game.py b/src/game.py old mode 100755 new mode 100644 diff --git a/src/levels.py b/src/levels.py old mode 100755 new mode 100644 diff --git a/src/logging_utils.py b/src/logging_utils.py old mode 100755 new mode 100644 diff --git a/src/sasl.py b/src/sasl.py old mode 100755 new mode 100644 diff --git a/src/shop.py b/src/shop.py old mode 100755 new mode 100644 diff --git a/src/utils.py b/src/utils.py old mode 100755 new mode 100644