forked from mozilla/application-services
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
72 lines (57 loc) · 1.16 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
website/build
target
credentials.json
*-engine.json
*.db
.*.swp
*.db-shm
*.db-wal
# Android stuff.
*.iml
.gradle
local.properties
.idea
build
.DS_Store
captures
.externalNativeBuild
.lastAutoPublishContentsHash
# iOS stuff.
xcuserdata
# Protobuf Swift
*.pb.swift
# UniFFI generated artifacts
components/**/ios/Generated
# We don't car about Cargo.lock for our tests.
testing/sync-test/Cargo.lock
# XCFramework artifact
megazords/ios-rust/MozillaRustComponents.xcframework*
megazords/ios-rust/focus/FocusRustComponents.xcframework*
# Glean generated artifacts
megazords/ios-rust/MozillaTestServices/MozillaTestServices/Generated/Metrics.swift
megazords/ios-rust/MozillaTestServices/.venv
# Carthage generated artifacts
# We no longer use Carthage, but those
# artifacts may still live in local envirionments.
Carthage
MozillaAppServices.framework.zip
# Xcode generated logs
raw_xcodebuild.log
raw_xcodetest.log
# Generated debug symbols
crashreporter-symbols*
automation/symbols-generation/bin/
# Python
__pycache__
*.py[cod]
.Python
# Generated mdbook documentation files
build/docs/*
docs/book
# Generated rustdocs
docs/rust-docs
# UniFFI files
cirrus.py
fml.py
*.dylib
*.so