tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

.gitignore (193B)


      1 target/
      2 *~
      3 *#
      4 
      5 # WR internals
      6 captures
      7 wrench/json_frames
      8 wrench/ron_frames
      9 
     10 # Editors
     11 *.swp
     12 *.swo
     13 
     14 # IntelliJ
     15 .idea
     16 *.iws
     17 *.iml
     18 
     19 # Gradle
     20 .gradle
     21 
     22 # VSCode
     23 .vscode
     24 .vs
     25 
     26 # System
     27 .fuse_hidden*