mirror of https://github.com/Kylart/KawAnime.git
32 lines
338 B
Plaintext
32 lines
338 B
Plaintext
.DS_Store
|
|
node_modules
|
|
/dist
|
|
|
|
/tests/e2e/videos/
|
|
/tests/e2e/screenshots/
|
|
|
|
# local env files
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Log files
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Editor directories and files
|
|
.idea
|
|
.vscode
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw*
|
|
|
|
# Electron-builder output
|
|
/dist_electron
|
|
/dist
|
|
|
|
# Coverage
|
|
coverage
|
|
.nyc_output |