2019-03-19 16:41:38 +03:00
|
|
|
docs/book
|
2019-03-19 15:56:20 +03:00
|
|
|
target
|
|
|
|
.cargo
|
|
|
|
|
|
|
|
# Android stuff.
|
|
|
|
*.iml
|
|
|
|
.gradle
|
|
|
|
local.properties
|
|
|
|
.idea
|
|
|
|
build
|
|
|
|
captures
|
|
|
|
.externalNativeBuild
|
|
|
|
|
|
|
|
# iOS stuff.
|
|
|
|
xcuserdata
|
2019-09-30 23:57:29 +03:00
|
|
|
/glean-core/ios/Glean/Generated
|
|
|
|
/glean-core/ios/Pipfile
|
|
|
|
/glean-core/ios/Pipfile.lock
|
|
|
|
/glean-core/ios/.venv
|
2019-03-28 22:01:59 +03:00
|
|
|
|
2019-09-27 11:23:39 +03:00
|
|
|
# Due to a bug in Carthage, we ignore this file.
|
|
|
|
# See `tests-only-Cartfile` for more info.
|
|
|
|
/Cartfile
|
2019-03-28 22:01:59 +03:00
|
|
|
# Carthage build artifacts
|
|
|
|
Cartfile.resolved
|
|
|
|
Carthage
|
2019-04-30 15:26:36 +03:00
|
|
|
|
|
|
|
# OS stuff
|
|
|
|
.DS_Store
|
|
|
|
*.dSYM
|
|
|
|
|
|
|
|
# local stuff
|
|
|
|
data/
|
2019-04-24 18:21:54 +03:00
|
|
|
glean-core/data
|
2019-07-19 16:11:51 +03:00
|
|
|
glean_app*
|
2019-07-25 16:05:36 +03:00
|
|
|
!glean_app.c
|