40 lines
410 B
Plaintext
40 lines
410 B
Plaintext
node_modules/
|
|
/dist
|
|
|
|
/tests/e2e/reports/
|
|
selenium-debug.log
|
|
chromedriver.log
|
|
geckodriver.log
|
|
|
|
# local env files
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Log files
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
|
|
# OS or Editor folders
|
|
._*
|
|
.cache
|
|
.DS_Store
|
|
.idea
|
|
.project
|
|
.settings
|
|
.tmproj
|
|
*.esproj
|
|
*.sublime-project
|
|
*.sublime-workspace
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
nbproject
|
|
Thumbs.db
|
|
/.vscode/
|
|
|
|
*.zip
|