
.dependabot
.eslint*
.github


# OS Directories and Files
.DS_Store
Thumbs.db

# Config files
.env
.envrc

# Temporary files
tmp

# settings
.settings
.project

# Build directories
Resources/
Resources/*
build/
build/*

# Autogenerated directories and files
/platform
/i18n
MakeAppTouch*

# Dependency directories
node_modules/
bower_components
Pods/
Podfile.lock

# Log files
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*


# Output of 'npm pack'
*.tgz

# Yarn Integrity file
.yarn-integrity

# fastlane
#
# 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/#source-control

fastlane/report.xml
fastlane/Preview.html
fastlane/screenshots
fastlane/test_output

# iOS generated files
*.ipa
*.dSYM.zip
*.dSYM

# other
.map
.fastdev.lock
dist/*
