Update development environment and ignore files

- Added more directories to `.cursorignore` to exclude temporary and log files
- Updated TODO.md with a new task for downloading E621 user favorites
- Modified Dockerfile.devcontainer to install PostgreSQL 17 client
- Updated VS Code extensions script to add Docker extension
- Added Dockerfile formatter in VS Code settings
- Configured Cursor as the default Git editor in the development container
This commit is contained in:
Dylan Knutson
2025-01-26 19:25:55 +00:00
parent 4d3a8e9fc6
commit e2e75cdc3d
5 changed files with 26 additions and 3 deletions

View File

@@ -1,3 +1,7 @@
# Add directories or file patterns to ignore during indexing (e.g. foo/ or *.csv)
config/database.yml
config/cookies/fa.yml
tmp
log
public
.bundle