2016-02-23 01:04:42 +03:00
|
|
|
# OSX
|
|
|
|
#
|
|
|
|
.DS_Store
|
2016-12-02 20:12:41 +03:00
|
|
|
.projectile
|
2016-12-07 02:09:41 +03:00
|
|
|
.cljs_rhino_repl/
|
|
|
|
.#*
|
2016-02-23 01:04:42 +03:00
|
|
|
|
|
|
|
# Xcode
|
|
|
|
#
|
2023-04-24 17:40:15 +04:00
|
|
|
/ios/.xcode.env.local
|
2022-11-23 13:59:18 +00:00
|
|
|
/component-spec
|
2019-07-15 18:34:33 +02:00
|
|
|
result/
|
2016-02-23 01:04:42 +03:00
|
|
|
build/
|
|
|
|
*.pbxuser
|
|
|
|
!default.pbxuser
|
|
|
|
*.mode1v3
|
|
|
|
!default.mode1v3
|
|
|
|
*.mode2v3
|
|
|
|
!default.mode2v3
|
|
|
|
*.perspectivev3
|
|
|
|
!default.perspectivev3
|
|
|
|
xcuserdata
|
|
|
|
*.xccheckout
|
|
|
|
*.moved-aside
|
|
|
|
DerivedData
|
|
|
|
*.hmap
|
|
|
|
*.ipa
|
|
|
|
*.xcuserstate
|
|
|
|
project.xcworkspace
|
|
|
|
|
|
|
|
# Android/IJ
|
|
|
|
#
|
|
|
|
.idea
|
2016-04-04 19:21:10 +03:00
|
|
|
.gradle
|
2017-08-30 11:34:30 +02:00
|
|
|
*.iml
|
2019-01-18 16:58:27 +01:00
|
|
|
**/android/.project
|
2019-08-14 09:05:32 +02:00
|
|
|
**/android/.settings/org.eclipse.buildship.core.prefs
|
|
|
|
local.properties
|
2023-12-11 21:22:23 +05:30
|
|
|
*.hprof
|
|
|
|
.cxx/
|
|
|
|
*.keystore
|
|
|
|
!debug.keystore
|
2016-02-23 01:04:42 +03:00
|
|
|
|
2018-02-27 00:38:56 +01:00
|
|
|
# Atom
|
|
|
|
.tags*
|
|
|
|
|
2019-03-25 17:35:01 +01:00
|
|
|
# VS Code
|
2022-06-16 11:15:57 +03:00
|
|
|
.vscode/
|
2022-04-01 13:18:44 +01:00
|
|
|
workspace.code-workspace
|
2019-03-25 17:35:01 +01:00
|
|
|
|
2016-02-23 01:04:42 +03:00
|
|
|
# node.js
|
|
|
|
#
|
|
|
|
node_modules/
|
2019-06-04 18:50:29 +02:00
|
|
|
node_modules.tmp/
|
2016-02-23 01:04:42 +03:00
|
|
|
npm-debug.log
|
2019-01-18 16:58:27 +01:00
|
|
|
yarn-error.log
|
|
|
|
default.realm/
|
2016-02-23 01:04:42 +03:00
|
|
|
|
2016-04-24 15:07:08 +07:00
|
|
|
# BUCK
|
|
|
|
buck-out/
|
|
|
|
\.buckd/
|
|
|
|
android/app/libs
|
2017-10-12 21:49:48 +02:00
|
|
|
android/app/obj
|
2016-04-24 15:07:08 +07:00
|
|
|
android/keystores/debug.keystore
|
2019-12-04 08:52:02 +02:00
|
|
|
!debug.keystore
|
2016-04-24 15:07:08 +07:00
|
|
|
|
2018-07-17 17:59:18 +02:00
|
|
|
# Generated by clj-rn
|
2016-02-23 01:04:42 +03:00
|
|
|
#
|
|
|
|
index.android.js
|
|
|
|
index.ios.js
|
|
|
|
target/
|
2017-12-22 19:35:05 +07:00
|
|
|
env/dev/env/config.cljs
|
2018-01-04 22:33:13 +02:00
|
|
|
externs/
|
|
|
|
shim.js
|
2016-02-23 01:04:42 +03:00
|
|
|
|
2016-08-24 10:29:40 +03:00
|
|
|
# Generated by lein voom
|
|
|
|
#
|
2016-09-28 14:36:14 +03:00
|
|
|
/pom.xml
|
|
|
|
|
2016-08-24 10:29:40 +03:00
|
|
|
|
2016-02-23 01:04:42 +03:00
|
|
|
# Figwheel
|
|
|
|
#
|
2016-04-06 16:40:31 +03:00
|
|
|
figwheel_server.log
|
|
|
|
.nrepl-port
|
2016-05-26 15:31:11 +03:00
|
|
|
|
|
|
|
# Lein
|
|
|
|
#
|
|
|
|
.lein-failures
|
2016-11-02 22:27:31 +02:00
|
|
|
.lein-repl-history
|
2016-05-29 21:14:34 +03:00
|
|
|
|
2019-09-07 14:57:22 +02:00
|
|
|
# Shadow
|
|
|
|
.shadow-cljs
|
|
|
|
|
2016-05-29 21:14:34 +03:00
|
|
|
## Doo
|
|
|
|
#
|
|
|
|
out
|
|
|
|
doo-index.html
|
2016-07-22 11:53:12 +03:00
|
|
|
|
2018-12-09 15:58:03 +01:00
|
|
|
# Bundler
|
|
|
|
.bundle
|
|
|
|
|
2017-02-02 09:07:44 +03:00
|
|
|
# Status
|
2016-09-28 14:36:14 +03:00
|
|
|
Statusgo.framework
|
2022-05-10 18:09:29 +02:00
|
|
|
Statusgo.xcframework
|
2016-11-13 12:06:58 +07:00
|
|
|
|
|
|
|
#ios
|
2019-08-06 18:16:51 +02:00
|
|
|
/ios/Pods/
|
2023-03-09 11:07:56 +01:00
|
|
|
/ios/logs/
|
2019-08-06 18:16:51 +02:00
|
|
|
/ios/StatusIm.xcworkspace
|
2017-11-27 11:40:21 -08:00
|
|
|
.ruby-version
|
2018-11-19 18:37:04 +01:00
|
|
|
status-e2e/
|
2017-08-28 13:02:20 +03:00
|
|
|
|
|
|
|
#python
|
|
|
|
*.pyc
|
|
|
|
*.cache
|
2017-10-19 06:38:20 +02:00
|
|
|
|
|
|
|
# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
|
|
|
|
# screenshots whenever they are needed.
|
|
|
|
# For more information about the recommended setup visit:
|
|
|
|
# https://docs.fastlane.tools/best-practices/source-control/
|
|
|
|
|
2018-03-26 12:56:25 +02:00
|
|
|
fastlane/report.xml
|
|
|
|
fastlane/Preview.html
|
|
|
|
fastlane/screenshots
|
|
|
|
fastlane/README.md
|
2018-03-28 14:43:11 +02:00
|
|
|
|
|
|
|
# Clj
|
|
|
|
|
|
|
|
.cpcache/
|
2018-04-17 16:18:17 +08:00
|
|
|
|
|
|
|
# emacs
|
|
|
|
.dir-locals.el
|
|
|
|
|
2020-07-01 21:45:39 +02:00
|
|
|
# We don't use NPM
|
2018-07-23 18:21:31 +03:00
|
|
|
/package-lock.json
|
|
|
|
/.re-natal
|
2018-08-28 17:37:25 +03:00
|
|
|
/re-natal
|
2018-08-14 14:09:52 -04:00
|
|
|
|
|
|
|
# Jenkins
|
|
|
|
pkg
|
2018-11-02 13:16:29 +01:00
|
|
|
/BUILD_NUMBER
|
2018-09-13 11:44:33 +02:00
|
|
|
|
2018-09-26 16:40:41 +02:00
|
|
|
# Conan
|
|
|
|
conan*.txt
|
|
|
|
conanbuildinfo.*
|
|
|
|
conan.cmake
|
2019-04-12 09:17:14 +02:00
|
|
|
|
|
|
|
# Env
|
|
|
|
.env.bkp
|
2019-04-29 18:33:40 +02:00
|
|
|
|
|
|
|
# nix
|
2019-05-10 15:20:40 +02:00
|
|
|
/.ran-setup
|
2019-06-01 09:47:37 +03:00
|
|
|
/.nix-gcroots/
|
2019-08-01 12:49:46 +02:00
|
|
|
/result
|
2019-06-01 09:47:37 +03:00
|
|
|
|
2019-06-04 18:20:03 +03:00
|
|
|
# modules
|
2019-06-01 09:47:37 +03:00
|
|
|
status-modules/translations
|
2019-06-04 18:20:03 +03:00
|
|
|
status-modules/cljs
|
2019-06-08 13:06:28 +03:00
|
|
|
status-modules/resources
|
2019-07-03 21:00:51 +02:00
|
|
|
|
|
|
|
## coverage
|
|
|
|
/.nyc_output
|
2019-07-15 18:34:33 +02:00
|
|
|
/coverage-report
|
2019-08-16 10:29:27 +02:00
|
|
|
|
|
|
|
## fiddle
|
|
|
|
/fiddle/node_modules/
|
|
|
|
/fiddle/target/
|
|
|
|
/fiddle/resources/public/images/
|
2020-01-31 14:31:32 +03:00
|
|
|
|
2019-09-07 14:57:22 +02:00
|
|
|
trace.edn
|
|
|
|
|
2020-05-01 10:20:06 +03:00
|
|
|
/app/
|
2020-05-07 12:21:39 +02:00
|
|
|
project.clj
|
2021-02-04 13:51:01 +01:00
|
|
|
|
|
|
|
##appium
|
|
|
|
test/appium/report/
|
2022-03-07 22:17:39 +01:00
|
|
|
result.xml
|
2022-05-19 16:50:41 +01:00
|
|
|
test/appium/tests/users.py
|
|
|
|
|
|
|
|
##node bindings
|
|
|
|
/bin/
|
|
|
|
/lib/
|
2022-11-20 23:46:04 +00:00
|
|
|
|
|
|
|
## visual tests
|
2022-12-01 14:30:07 +01:00
|
|
|
/artifacts
|
|
|
|
|
|
|
|
/.calva/
|
2022-12-13 22:19:20 +00:00
|
|
|
|
|
|
|
## component-tests
|
2023-03-09 11:07:56 +01:00
|
|
|
*.log
|
2023-06-14 07:17:41 +05:30
|
|
|
|
|
|
|
## local xcode env introduced in react-native 0.69
|
|
|
|
.xcode.env.local
|
2023-06-15 07:50:40 -03:00
|
|
|
|
|
|
|
## git hooks
|
|
|
|
lefthook.yml
|