mirror of
https://github.com/ProtonDriveApps/sdk.git
synced 2026-05-15 09:50:35 +00:00
38 lines
340 B
Plaintext
38 lines
340 B
Plaintext
# macOS
|
|
.DS_Store
|
|
|
|
# Docs
|
|
__pycache__
|
|
docs/build
|
|
/public
|
|
js/public
|
|
|
|
# JS
|
|
node_modules
|
|
.eslintcache
|
|
tsconfig.tsbuildinfo
|
|
dist
|
|
|
|
# JS CLI
|
|
js/cli/release
|
|
auth.txt
|
|
auth-session.json
|
|
cache*.sqlite
|
|
events.json
|
|
events.lock
|
|
clientUid.json
|
|
*.log
|
|
*.bun-build
|
|
config.json
|
|
*.map
|
|
|
|
# IDEs
|
|
.vs
|
|
.vscode
|
|
.idea
|
|
*.swp
|
|
|
|
# Tests
|
|
tests/storage
|
|
tests/test-results
|