diff --git a/.claude/settings.local.json b/.claude/settings.local.json deleted file mode 100644 index 37909cf..0000000 --- a/.claude/settings.local.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "permissions": { - "allow": [ - "Bash(clang-tidy:*)", - "Bash(cat:*)", - "Bash(tools/linter/run_cppcheck.sh:*)", - "Bash(cmake --build:*)", - "Bash(tee:*)", - "Bash(tools/linter/run_clang-tidy.sh:*)", - "Bash(find:*)", - "Bash(for file in source/game/scenes/title.cpp source/game/scenes/game.cpp source/game/entities/player.cpp source/game/options.cpp source/core/rendering/screen.cpp)", - "Bash(do echo \"=== $file ===\")", - "Bash(done)", - "Bash(Xvfb:*)", - "Bash(chmod:*)", - "Bash(timeout:*)" - ], - "deny": [], - "ask": [] - } -} diff --git a/.gitignore b/.gitignore index 0417e71..9d99381 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,6 @@ tools/pack_resources/pack_resources tools/pack_resources/pack_resources.exe tools/pack_resources/pack_tool tools/pack_resources/pack_tool.exe +*.res +dist/ +.claude/settings.local.json