Remove .claude directory from repository
- Remove .claude/settings.local.json from git tracking - Add .claude/ to .gitignore to prevent future tracking - Keep .claude directory locally for Claude Code functionality 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
a233e18c0b
commit
b70b7bd0ef
2 changed files with 2 additions and 15 deletions
|
@ -1,15 +0,0 @@
|
||||||
{
|
|
||||||
"permissions": {
|
|
||||||
"allow": [
|
|
||||||
"Bash(python test:*)",
|
|
||||||
"Bash(python:*)",
|
|
||||||
"Bash(grep:*)",
|
|
||||||
"Bash(for:*)",
|
|
||||||
"Bash(do sed -i 's/from constantes import/from atmo_data_wrapper import/g' \"$file\")",
|
|
||||||
"Bash(done)",
|
|
||||||
"Bash(do sed -i 's/from atmo_data_client import/from atmo_data_wrapper import/g' \"$file\")",
|
|
||||||
"Bash(do sed -i 's/from atmo_data_models import/from atmo_data_wrapper import/g' \"$file\")"
|
|
||||||
],
|
|
||||||
"deny": []
|
|
||||||
}
|
|
||||||
}
|
|
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -17,6 +17,7 @@ venv/
|
||||||
.env
|
.env
|
||||||
|
|
||||||
# IDE
|
# IDE
|
||||||
|
.claude/
|
||||||
.vscode/
|
.vscode/
|
||||||
.idea/
|
.idea/
|
||||||
*.swp
|
*.swp
|
||||||
|
@ -25,3 +26,4 @@ venv/
|
||||||
# OS
|
# OS
|
||||||
.DS_Store
|
.DS_Store
|
||||||
Thumbs.db
|
Thumbs.db
|
||||||
|
.claude/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue