Add tool to clean up facebook

This commit is contained in:
James Guan
2026-09-15 21:41:27 -04:00
commit 48839bca78
7 changed files with 1030 additions and 0 deletions
+37
View File
@@ -0,0 +1,37 @@
# macOS
.DS_Store
.AppleDouble
.LSOverride
Icon?
._*
# Editor / IDE
.idea/
.vscode/
*.swp
*.swo
*~
# Logs & debug
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Dependencies (if added later)
node_modules/
# Env / secrets
.env
.env.*
!.env.example
# Chrome extension packaging
*.crx
*.pem
*.zip
web-ext-artifacts/
# OS / misc
Thumbs.db
Desktop.ini