This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { defineStore } from 'pinia'; | |
export const useUppyStore = defineStore({ | |
id: 'uppyStore', | |
state: () => ({ | |
state: {} | |
}), | |
actions: { | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Sync configuration | |
SOURCE_DIR="/home/ubuntu/projects" | |
DEST_DIR="/mnt/c/Users/vsoni/OneDrive - Path" | |
# Exclude patterns (matching any folder name or path) | |
EXCLUDE_PATTERNS=( | |
"baxicore" | |
"node_modules" | |
".git" | |
"venv" |
OlderNewer