tor-browser

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

.gitignore (278B)


      1 # See https://help.github.com/ignore-files/ for more about ignoring files.
      2 
      3 # dependencies
      4 /node_modules
      5 
      6 # testing
      7 /coverage
      8 
      9 # production
     10 
     11 # misc
     12 .DS_Store
     13 .env.local
     14 .env.development.local
     15 .env.test.local
     16 .env.production.local
     17 
     18 npm-debug.log*
     19 yarn-debug.log*
     20 yarn-error.log*