mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-18 17:16:00 +00:00
* @uppy/angular: update ng version * hack to allow the publish of the Angular package * fix @types/webpack-dev-server resolution (the package is deprecated anyway) * Add Storybook back * Fix default value of Input * Update README * Apply suggestions from code review * fix @types/react version conflict * Update packages/@uppy/angular/.storybook/tsconfig.json
48 lines
627 B
Text
48 lines
627 B
Text
# See http://help.github.com/ignore-files/ for more about ignoring files.
|
|
|
|
!lib/
|
|
|
|
# compiled output
|
|
/dist
|
|
/tmp
|
|
/out-tsc
|
|
# Only exists if Bazel was run
|
|
/bazel-out
|
|
|
|
# dependencies
|
|
/node_modules
|
|
|
|
# profiling files
|
|
chrome-profiler-events*.json
|
|
|
|
# IDEs and editors
|
|
/.idea
|
|
.project
|
|
.classpath
|
|
.c9/
|
|
*.launch
|
|
.settings/
|
|
*.sublime-workspace
|
|
|
|
# IDE - VSCode
|
|
.vscode/*
|
|
!.vscode/settings.json
|
|
!.vscode/tasks.json
|
|
!.vscode/launch.json
|
|
!.vscode/extensions.json
|
|
.history/*
|
|
|
|
# misc
|
|
/.angular/cache
|
|
/.sass-cache
|
|
/connect.lock
|
|
/coverage
|
|
/libpeerconnection.log
|
|
npm-debug.log
|
|
yarn-error.log
|
|
testem.log
|
|
/typings
|
|
|
|
# System Files
|
|
.DS_Store
|
|
Thumbs.db
|