mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-17 16:37:43 +00:00
feat(sync): implement vector clock checking
This commit is contained in:
parent
2767503799
commit
a08ad5ae9d
19 changed files with 2279 additions and 87 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
|
@ -54,6 +54,12 @@ perf-metrics-*.json
|
|||
.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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue