forked from
anton.galiglobal.com/frontpage_firefox_plugin
Firefox WebExtension that lets you share the current tab to frontpage.fyi with minimal effort.
1# Generated by Rust tooling
2/target/
3**/target/
4
5# Cargo & build artifacts
6/.cargo/
7**/.cargo/
8
9# IDEs & editors
10/.idea/
11.vscode/
12*.iml
13
14# OS junk
15.DS_Store
16Thumbs.db
17
18# Coverage & benchmarks
19coverage/
20.profraw
21
22# Notebooks & reports
23notebooks/.ipynb_checkpoints/
24
25# Logs & temp
26*.log
27*.tmp
28
29# IA
30Agents.md
31AGENT.md
32
33# Tests
34*.fq
35out/
36/wasm-playground/.vite/