Revision 8503cc1db72b0639f3bc697b2f1add0e1dca2c97 authored by Alex Eagle on 17 January 2018, 18:10:18 UTC, committed by Alex Eagle on 17 January 2018, 18:10:18 UTC
1 parent 8b46b38
Raw File
.gitignore
.DS_STORE

/dist/
bazel-*
e2e_test.*
node_modules
bower_components
tools/gulp-tasks/cldr/cldr-data/

# Include when developing application packages.
pubspec.lock
.c9
.idea/
.settings/
*.swo
modules/.settings
.vscode
modules/.vscode

# Don't check in secret files
*secret.js

# Ignore npm/yarn debug log
npm-debug.log
yarn-error.log

# build-analytics
.build-analytics

# rollup-test output
/modules/rollup-test/dist/
back to top