Ignore claude and other mac stuff
This commit is contained in:
parent
e33898c671
commit
013d4bf150
3 changed files with 10 additions and 11 deletions
|
|
@ -1,11 +0,0 @@
|
|||
{
|
||||
"permissions": {
|
||||
"allow": [
|
||||
"Bash(Get-ChildItem -Path \"C:\\\\Users\\\\catos\\\\UnityTowerDefense\\\\Assets\\\\Scripts\" -Recurse -File -Filter \"*.cs\")",
|
||||
"Bash(Select-Object -ExpandProperty FullName)",
|
||||
"Bash(powershell -Command \"Get-ChildItem -Recurse -Path 'C:\\\\Users\\\\catos\\\\UnityTowerDefense\\\\Assets\\\\_Project\\\\Scripts' -Filter '*.cs' | Select-String -Pattern 'class LevelData' | Select-Object -First 5\")",
|
||||
"Bash(xargs grep -l \"namespace TD.Levels\")",
|
||||
"WebFetch(domain:assetstore.unity.com)"
|
||||
]
|
||||
}
|
||||
}
|
||||
1
.gitattributes
vendored
1
.gitattributes
vendored
|
|
@ -10,6 +10,7 @@
|
|||
*.png filter=lfs diff=lfs merge=lfs -text
|
||||
*.jpg filter=lfs diff=lfs merge=lfs -text
|
||||
*.fbx filter=lfs diff=lfs merge=lfs -text
|
||||
*.FBX filter=lfs diff=lfs merge=lfs -text
|
||||
*.obj filter=lfs diff=lfs merge=lfs -text
|
||||
*.blend filter=lfs diff=lfs merge=lfs -text
|
||||
*.wav filter=lfs diff=lfs merge=lfs -text
|
||||
|
|
|
|||
9
.gitignore
vendored
9
.gitignore
vendored
|
|
@ -108,3 +108,12 @@ InitTestScene*.unity*
|
|||
/LinuxBuilds
|
||||
/WindowsBuilds
|
||||
UnityTowerDefense_BurstDebugInformation_DoNotShip/Data/Plugins/lib_burst_generated.txt
|
||||
|
||||
# macOS finder metadata
|
||||
.DS_Store
|
||||
|
||||
# Local Claude Code settings (per-user, not shared)
|
||||
.claude/settings.local.json
|
||||
|
||||
# VS Code editor settings
|
||||
.vscode/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue