Added git ignore
This commit is contained in:
parent
cec5097aa4
commit
30b6d1c61d
32
.gitignore
vendored
Normal file
32
.gitignore
vendored
Normal file
@ -0,0 +1,32 @@
|
|||||||
|
.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
|
||||||
|
.bazelrc
|
||||||
|
.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/
|
Loading…
Reference in New Issue
Block a user