super-productivity/.gitignore
Johannes Millan ec81c226c0
fix(config): restore day-start offset after operation replay (#8899)
* chore(deps): pin npm version to remove lockfile drift

Contributors on npm 10 (Node 22's bundled default) vs npm 11 reconcile the
app-builder-lib.minimatch override differently, rewriting package-lock.json on
npm install. Pin npm 11.7.0 via the standard packageManager field (Corepack)
and complete the existing volta block so volta users pick it up automatically.

Ref: discussion #8869

* chore: stop tracking .claude/skills symlink (runtime-managed)

The Claude Code runtime scaffolds .claude/ each session and materializes
.claude/skills as a real directory, clobbering the committed symlink
(-> ../.agents/skills). Git then reported a perpetual 'D .claude/skills' in
every worktree/session. Skill sources remain tracked under .agents/skills/;
let the runtime own .claude/skills and ignore it via the existing /.claude/*
rule.

* fix(config): restore day-start offset after operation replay

Reconcile DateService and app-state from config after incremental or full-state bulk replay without re-minting persistent task operations.

Fixes #8890

* fix(sync): replay full-state operations through reducers

Normalize canonical full-state operation types to LOAD_ALL_DATA during replay while preserving their original operation metadata. This lets repair and legacy backup operations install state through the existing reducers.
2026-07-10 13:59:48 +02:00

127 lines
2 KiB
Text

# See http://help.github.com/ignore-files/ for more about ignoring files.
# environment files
.env
.env.local
.env.*.local
# auto-generated environment constants
src/app/config/env.generated.ts
# compiled output
/.tmp
/dist
/app-builds
/tmp
/logs
packages/plugin-api/dist/**
docs/ai/tmp
# dependencies
/node_modules
# IDEs and editors
/.idea
android/.idea
.project
.classpath
.c9/
*.launch
.settings/
*.sublime-workspace
# IDE - VSCode
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
*.code-workspace
### VisualStudioCode Patch ###
# Ignore all local history of files
.history
# misc
\\backups
/backups
/.angular/cache
/.sass-cache
/connect.lock
/coverage
/libpeerconnection.log
npm-debug.log
yarn-error.log
testem.log
/typings
chromedriver.log
/docs/tmp
.eslintcache
# tsconfig composite build info
**/*.tsbuildinfo
# System Files
.DS_Store
Thumbs.db
# iOS build artifacts
ios/App/App/public/
ios/App/App/capacitor.config.json
ios/App/App/config.xml
ios/App/App/Plugins/
# sometimes idea does compile ts files...
src/app/**/*.js
src/app/**/*.js.map
# added
build/hub
build/generated-release-notes/
electron/**/*.js
!electron/scripts/bundle-preload.js
electron/**/*.js.map
electron/bin/wayland-idle-helper
electron/wayland-idle-helper/target/
# mac os deployment
*.provisionprofile
*.Xprovisionprofile
tools/mac-profiles
all-certs.p12
mac-cert.tar
build/electron-builder.appx.yaml
electron-builder.win-store.yaml
# ignore changes
./src/environments/versions.ts
/src/environments/environment.js
/src/environments/environment.js.map
/.claude/*
.aider*
#
perf-metrics-create-tasks.json
perf-metrics-initial-load.json
# bundled plugins (generated by build process)
src/assets/bundled-plugins/**/*.*
# testing webdav server
e2e-webdav-data
playwright-report/
electron-builder-appx.yaml
test-results/
data/
/.actrc
/.secrets.example
.worktrees/
# Generated App Store Connect "What's New" notes (see tools/prepare-appstore-release-notes.js)
/fastlane/appstore_metadata