Merge branch 'INDA-330-pii-update' into 'main'
[ProtonMail-WebClient.git] / applications / pass-extension / .gitignore
blob24a8cabd2650939a560684c5c3173dcce24e3eb2
1 # See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
3 # dependencies
4 /node_modules
5 /.pnp
6 .pnp.js
8 # testing
9 /coverage
11 # production
12 /build
13 /release
14 config.ff-release.ts
16 # misc
17 .DS_Store
18 .env.local
19 .env.development.local
20 .env.test.local
21 .env.production.local
23 npm-debug.log*
24 yarn-debug.log*
25 yarn-error.log*
27 # certs
28 *.pem
30 xcuserdata/
32 # Fastlane
33 **/fastlane/report.xml
34 **/fastlane/Preview.html
35 **/fastlane/screenshots
36 **/fastlane/test_output