Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
.npmignore 221 B
# Mac OS
.DS_Store

# NPM
/node_modules
npm-*

# Double copies of all the static assets and tutorial gifs
/src

# Testing
/.nyc_output
/coverage
/test

# Build
/.opt-in
/build

# generated translation files
/translations