updated readme file and added support for file based record from keeper

This commit is contained in:
Hitesh Borase
2026-01-14 11:01:12 +05:30
parent 19d87f527a
commit 65858f46b4
3 changed files with 184 additions and 374 deletions
+32
View File
@@ -0,0 +1,32 @@
# Dependencies - we install fresh in Docker
node_modules
npm-debug.log
yarn-error.log
# Git files - not needed in image
.git
.gitignore
.gitattributes
# IDE and editor files
.vscode
.idea
*.swp
*.swo
*~
.DS_Store
# Environment files
.env
.env.local
.env.*.local
# Build artifacts
dist/
build/
*.log
# Temporary files
tmp/
temp/
*.tmp