tor-browser

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

.gitignore (403B)


      1 # See https://help.github.com/ignore-files/ for more about ignoring files.
      2 
      3 # compiled output
      4 # /dist # not ignored because we want to load the static files
      5 /tmp
      6 
      7 # dependencies
      8 /node_modules
      9 /bower_components
     10 
     11 # misc
     12 /.sass-cache
     13 /connect.lock
     14 /coverage/*
     15 /libpeerconnection.log
     16 npm-debug.log*
     17 yarn-error.log
     18 testem.log
     19 
     20 # ember-try
     21 .node_modules.ember-try/
     22 bower.json.ember-try
     23 package.json.ember-try