chore: add .repl_history and .claude/ to gitignore

This commit is contained in:
Radosław Gierwiało
2025-11-29 15:05:38 +01:00
parent dfb5313f9a
commit b79173937b
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@@ -56,3 +56,4 @@ ssl/*.crt
# Backups # Backups
backups/*.sql backups/*.sql
backups/*.dump backups/*.dump
.claude/

1
backend/.gitignore vendored
View File

@@ -28,3 +28,4 @@ coverage/
# OS # OS
.DS_Store .DS_Store
Thumbs.db Thumbs.db
.repl_history