69 строки
987 B
Plaintext
69 строки
987 B
Plaintext
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Coverage directory used by tools like istanbul
|
|
coverage
|
|
cc-test-reporter
|
|
|
|
# Dependency directories
|
|
node_modules/
|
|
|
|
# Typescript v1 declaration files
|
|
typings/
|
|
|
|
# Optional npm cache directory
|
|
.npm
|
|
|
|
# Optional eslint cache
|
|
.eslintcache
|
|
|
|
# Yarn Integrity file
|
|
.yarn-integrity
|
|
|
|
# dotenv environment variables file
|
|
.env
|
|
|
|
# Ignore distribution directory
|
|
dist/
|
|
|
|
# Ignore build www directories
|
|
www/
|
|
storybook-static
|
|
|
|
# Ignore Mac .DS_Store
|
|
.DS_Store
|
|
|
|
#Ignore VSCode in Root
|
|
.vscode/*
|
|
!.vscode/settings.json
|
|
!.vscode/tasks.json
|
|
!.vscode/launch.json
|
|
!.vscode/extensions.json
|
|
*.code-workspace
|
|
|
|
# Local History for Visual Studio Code
|
|
.history/
|
|
|
|
# Stores VSCode versions used for testing VSCode extensions
|
|
.vscode-test
|
|
|
|
# tmp directories
|
|
.tmp/
|
|
temp/
|
|
|
|
# GitHub Actions Local Testing
|
|
.github/workflows/testing/*.json
|
|
|
|
# Ignore Build Artefacts
|
|
bin/
|
|
obj/
|
|
|
|
# Ignore the docs folder
|
|
/docs/*
|
|
|
|
# Except the docs folder README
|
|
!/docs/README.md |