488a145456
* Remove unused line in the examples .gitignore * Add missing .npmrc, .stackblitzrc and tsconfig.json files to a few examples * Removed unused file and link directive in the minimal example * Oops, added an accidental slash
17 lines
185 B
Text
17 lines
185 B
Text
# build output
|
|
dist
|
|
|
|
# dependencies
|
|
node_modules/
|
|
|
|
# logs
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# environment variables
|
|
.env
|
|
.env.production
|
|
|
|
# macOS-specific files
|
|
.DS_Store
|