Ignore local backups and note data preservation

This commit is contained in:
Codex
2026-07-21 11:41:49 +02:00
parent 6ecebcd389
commit ce8ca1d4fb
6 changed files with 13 additions and 3 deletions
+1
View File
@@ -10,3 +10,4 @@ __pycache__
venv venv
env env
*.log *.log
_backup_/
+1
View File
@@ -9,3 +9,4 @@ __pycache__/
venv/ venv/
env/ env/
*.log *.log
_backup_/
+2 -1
View File
@@ -3,4 +3,5 @@
- when needed you may install any tools using pip if the project reqires it - when needed you may install any tools using pip if the project reqires it
- you can freely acces any LAN URL and github.com URL. - you can freely acces any LAN URL and github.com URL.
- always update README.md to reflect current project. - always update README.md to reflect current project.
- always commit changes with commentary - always commit changes with commentary
- always make sure that update wont wipe ani data in a previosly running instance like configuration or watchlist content
+5
View File
@@ -1,5 +1,10 @@
# Changelog # Changelog
## 0.49.7 - 2026-07-21
- Ignored the local `_backup_/` folder in git and Docker build contexts so temporary backups do not get committed or copied into images.
- Added an agent note to preserve existing ani-cli-web configuration and watchlist data during future updates.
## 0.49.6 - 2026-07-21 ## 0.49.6 - 2026-07-21
- Added Config page watchlist export and import actions for full watchlist database backups. - Added Config page watchlist export and import actions for full watchlist database backups.
+3 -1
View File
@@ -2,7 +2,7 @@
Local web UI for a system-wide `ani-cli` install. Local web UI for a system-wide `ani-cli` install.
Current version: `0.49.6` Current version: `0.49.7`
## What it does ## What it does
@@ -198,6 +198,8 @@ Main contents:
- `state.sqlite3` - `state.sqlite3`
- `thumbnails/` - `thumbnails/`
Local `_backup_/` folders are ignored by git and Docker builds so temporary backup copies stay outside release artifacts.
Downloaded files are organized like this: Downloaded files are organized like this:
```text ```text
+1 -1
View File
@@ -1 +1 @@
0.49.6 0.49.7