# general
**/node_modules/
/.git/
/package.json
/README.md
/crowdin.yml

# tools
**/.eslintrc
**/.prettierrc
**/.gitignore

# tests
**/__tests__
**/__mocks__
**/*.test.*
react/testUtils/**
