diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6921ccf --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ +# Ignore savelayout files +saved_layout.json + + +# Ignore local history/state +history.sqlite +.DS_Store + +# Ignore sensitive credentials (if you have a private config) +secrets.lua \ No newline at end of file diff --git a/saved_layout.json b/saved_layout.json deleted file mode 100644 index aea5d1a..0000000 --- a/saved_layout.json +++ /dev/null @@ -1,51 +0,0 @@ -{ - "windows" : [ - { - "x" : 0, - "bundleID" : "pro.affine.app", - "y" : 33, - "appName" : "AFFiNE", - "h" : 855, - "w" : 756, - "winTitle" : "AFFiNE" - }, - { - "x" : 0, - "bundleID" : "com.google.Chrome", - "y" : 33, - "appName" : "Google Chrome", - "h" : 856, - "w" : 1512, - "winTitle" : "gitea vscode - Google Search - Google Chrome" - }, - { - "x" : 483, - "bundleID" : "com.apple.Terminal", - "y" : 293, - "appName" : "Terminal", - "h" : 514, - "w" : 909, - "winTitle" : "francop — -zsh — 127×31" - }, - { - "x" : 45, - "bundleID" : "com.apple.Terminal", - "y" : 62, - "appName" : "Terminal", - "h" : 514, - "w" : 909, - "winTitle" : "francop — francop@mediabox3: \/mnt\/gdrive\/Media\/Audiobooks — ssh francop@192.168.1.101 — 127×31" - }, - { - "x" : 0, - "bundleID" : "com.microsoft.VSCode", - "y" : 33, - "appName" : "Code", - "h" : 855, - "w" : 1512, - "winTitle" : "Extension: Gitea for VS Code — .hammerspoon" - } - ], - "screenCount" : 1, - "saveTime" : "15:35:58" -} \ No newline at end of file