Skip to content
Snippets Groups Projects
.gitignore 721 B
Newer Older
Hugo NOUTS's avatar
Hugo NOUTS committed
# NPM
node_modules/
npm-debug.log
yarn-error.log


# Build
build/

# Data
data/*

# Coverage
coverage/


# Locales
**/locales/*
!**/locales/en.json


# transifex
.transifexrc


# Coverage
coverage/


# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
desktop.ini


# Mobile
targets/mobile/hooks
targets/mobile/platforms
targets/mobile/plugins
targets/mobile/www
targets/mobile/keys
targets/mobile/res/icons
targets/mobile/res/screens
targets/mobile/icon.png
targets/mobile/store

# fastlane
mobile/fastlane/README.md
mobile/fastlane/report.xml
mobile/fastlane/Error*.png
mobile/fastlane/Preview.html
mobile/Preview.html


# Default
# /!\ KEEP THIS SECTION THE LAST ONE
!.gitkeep