Skip to content
Snippets Groups Projects
.gitignore 955 B
# NPM
node_modules/
npm-debug.log
yarn-error.log
.yarn

# Scripts
scripts/AAAA*
scripts/config.js
scripts/data/
.token.json
AAAA*

# Report
public/report.html

# Build
build/

# Data
data/*

# Remove local cozy-doctypes folder
cozy-doctypes/

# Coverage
coverage/


# Locales
**/locales/*
!**/locales/en.json
!**/locales/fr.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

# CSS
src/styles/index.css
src/styles/index.css.map