gitignore: afegir *.res, dist/ i .claude/settings.local.json
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -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": []
|
|
||||||
}
|
|
||||||
}
|
|
||||||
3
.gitignore
vendored
3
.gitignore
vendored
@@ -23,3 +23,6 @@ tools/pack_resources/pack_resources
|
|||||||
tools/pack_resources/pack_resources.exe
|
tools/pack_resources/pack_resources.exe
|
||||||
tools/pack_resources/pack_tool
|
tools/pack_resources/pack_tool
|
||||||
tools/pack_resources/pack_tool.exe
|
tools/pack_resources/pack_tool.exe
|
||||||
|
*.res
|
||||||
|
dist/
|
||||||
|
.claude/settings.local.json
|
||||||
|
|||||||
Reference in New Issue
Block a user