tor-browser

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

.gitignore (1253B)


      1 # Built application files
      2 *.apk
      3 *.ap_
      4 
      5 # Files for the ART/Dalvik VM
      6 *.dex
      7 
      8 # Java class files
      9 *.class
     10 
     11 # Generated files
     12 bin/
     13 gen/
     14 out/
     15 
     16 # Gradle files
     17 .gradle/
     18 build/
     19 !taskcluster/ci/build/
     20 .build-cache/
     21 
     22 # Local configuration file (sdk path, etc)
     23 local.properties
     24 .lastAutoPublishContentsHash
     25 
     26 # Proguard folder generated by Eclipse
     27 proguard/
     28 
     29 # Log Files
     30 *.log
     31 
     32 # Android Studio Navigation editor temp files
     33 .navigation/
     34 
     35 # Android Studio captures folder
     36 captures/
     37 
     38 # Intellij
     39 *.iml
     40 .idea/
     41 
     42 # Vim swap files
     43 *.sw[op]
     44 
     45 # Keystore files
     46 *.jks
     47 
     48 # OS X
     49 .DS_Store
     50 
     51 # jacoco.exec
     52 jacoco.exec
     53 
     54 #Gihub Bot Token
     55 .github_token
     56 
     57 # UI test artifacts
     58 .firebase_token*
     59 results/
     60 test_artifacts/
     61 /build/test-tools/google-cloud-sdk/
     62 /build/test-tools/*.jar
     63 /build/test-tools/*.gz
     64 
     65 # Secrets files, e.g. tokens
     66 .adjust_token
     67 .sentry_token
     68 .mls_token
     69 .nimbus
     70 .wallpaper_url
     71 .pocket_consumer_key
     72 fenix/app/src/**/res/values/fenix_firebase_push_credentials.xml
     73 
     74 # Python Byte-compiled / optimized / DLL files
     75 __pycache__/
     76 *.py[cod]
     77 venv/
     78 
     79 # Xcode
     80 *.pbxuser
     81 !default.pbxuser
     82 *.mode1v3
     83 !default.mode1v3
     84 *.mode2v3
     85 !default.mode2v3
     86 *.perspectivev3
     87 !default.perspectivev3
     88 xcuserdata
     89 *.xccheckout
     90 *.moved-aside
     91 DerivedData
     92 *.hmap
     93 *.ipa
     94 *.xcuserstate
     95 *.xcscmblueprint
     96 .build
     97