2019-07-10 23:27:20 +03:00
|
|
|
# Logs
|
|
|
|
logs
|
|
|
|
*.log
|
|
|
|
npm-debug.log*
|
|
|
|
yarn-debug.log*
|
|
|
|
yarn-error.log*
|
2020-06-05 02:13:22 +03:00
|
|
|
**/reports/
|
|
|
|
**/errorShots/
|
2020-07-10 21:51:09 +03:00
|
|
|
**/allure-results/
|
|
|
|
**/allure-report/
|
2019-07-10 23:27:20 +03:00
|
|
|
|
|
|
|
# Runtime data
|
|
|
|
pids
|
|
|
|
*.pid
|
|
|
|
*.seed
|
|
|
|
*.pid.lock
|
|
|
|
|
2020-03-25 09:42:59 +03:00
|
|
|
# Xcode
|
|
|
|
*.xcuserstate
|
|
|
|
**/.DS_Store
|
2021-08-13 11:48:32 +03:00
|
|
|
**/DerivedData/*
|
|
|
|
|
2020-03-25 09:42:59 +03:00
|
|
|
|
|
|
|
# CocoaPods
|
2020-09-09 11:07:40 +03:00
|
|
|
**/Pods/*
|
2020-03-25 09:42:59 +03:00
|
|
|
**/project.xcworkspace/contents.xcworkspacedata
|
|
|
|
**/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
|
2020-03-25 19:56:18 +03:00
|
|
|
**/*.xcuserdatad/xcschemes
|
2020-03-25 09:42:59 +03:00
|
|
|
|
2019-07-10 23:27:20 +03:00
|
|
|
# Directory for instrumented libs generated by jscoverage/JSCover
|
|
|
|
lib-cov
|
|
|
|
|
|
|
|
# Coverage directory used by tools like istanbul
|
|
|
|
coverage
|
|
|
|
|
2020-04-07 02:55:32 +03:00
|
|
|
# gatsby files
|
|
|
|
.cache/
|
|
|
|
public
|
|
|
|
|
2019-07-10 23:27:20 +03:00
|
|
|
# nyc test coverage
|
|
|
|
.nyc_output
|
|
|
|
|
|
|
|
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
|
|
|
|
.grunt
|
|
|
|
|
|
|
|
# Bower dependency directory (https://bower.io/)
|
|
|
|
bower_components
|
|
|
|
|
|
|
|
# node-waf configuration
|
|
|
|
.lock-wscript
|
|
|
|
|
|
|
|
# Compiled binary addons (https://nodejs.org/api/addons.html)
|
|
|
|
build/Release
|
|
|
|
|
|
|
|
# Dependency directories
|
|
|
|
node_modules/
|
|
|
|
jspm_packages/
|
|
|
|
|
2019-08-02 19:28:49 +03:00
|
|
|
# Build targets
|
|
|
|
lib
|
|
|
|
lib-commonjs
|
|
|
|
lib-amd
|
|
|
|
build
|
|
|
|
dist
|
|
|
|
temp
|
|
|
|
|
2019-07-10 23:27:20 +03:00
|
|
|
# TypeScript v1 declaration files
|
|
|
|
typings/
|
|
|
|
|
|
|
|
# Optional npm cache directory
|
|
|
|
.npm
|
|
|
|
|
|
|
|
# Optional eslint cache
|
|
|
|
.eslintcache
|
|
|
|
|
|
|
|
# Optional REPL history
|
|
|
|
.node_repl_history
|
|
|
|
|
|
|
|
# Output of 'npm pack'
|
|
|
|
*.tgz
|
|
|
|
|
|
|
|
# Yarn Integrity file
|
|
|
|
.yarn-integrity
|
|
|
|
|
|
|
|
# dotenv environment variables file
|
|
|
|
.env
|
|
|
|
|
2019-08-02 19:28:49 +03:00
|
|
|
# document generation directory
|
2020-04-03 23:21:30 +03:00
|
|
|
.docz
|
|
|
|
|
|
|
|
# macOS
|
|
|
|
.DS_Store
|
2020-09-24 20:16:06 +03:00
|
|
|
|
|
|
|
# Generated Nuget Package
|
2021-10-16 00:39:14 +03:00
|
|
|
*.nupkg
|
|
|
|
|
|
|
|
# VS Code debugging
|
|
|
|
.vscode/.react/
|
2021-12-08 01:07:40 +03:00
|
|
|
apps/*/.vscode/.react/
|
|
|
|
|
2022-06-29 23:51:15 +03:00
|
|
|
# Visual Studio
|
|
|
|
.vs/
|
|
|
|
|
2021-12-08 01:07:40 +03:00
|
|
|
# Ignore Gradle build output directory
|
2023-08-08 21:50:38 +03:00
|
|
|
**/android/**/build
|
|
|
|
|
|
|
|
# Yarn
|
|
|
|
|
|
|
|
.pnp.*
|
|
|
|
**/.yarn/*
|
|
|
|
!**/.yarn/patches
|
|
|
|
!**/.yarn/plugins
|
|
|
|
!**/.yarn/releases
|
|
|
|
!**/.yarn/sdks
|
2024-05-23 00:30:06 +03:00
|
|
|
!**/.yarn/versions
|
|
|
|
|
|
|
|
# Ccache
|
|
|
|
.ccache
|