Spaces:
Runtime error
Runtime error
moose Claude commited on
Commit ·
973d4b0
1
Parent(s): bca4977
Add backup file patterns to gitignore
Browse filesIgnore *.from_server, *.backup, and *.bak files
Co-Authored-By: Claude <noreply@anthropic.com>
- .gitignore +5 -0
.gitignore
CHANGED
|
@@ -50,3 +50,8 @@ htmlcov/
|
|
| 50 |
|
| 51 |
# Logs
|
| 52 |
*.log
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 50 |
|
| 51 |
# Logs
|
| 52 |
*.log
|
| 53 |
+
|
| 54 |
+
# Backup files
|
| 55 |
+
*.from_server
|
| 56 |
+
*.backup
|
| 57 |
+
*.bak
|