mirror of
https://github.com/romancm/gamebrary
synced 2024-11-10 05:34:15 +00:00
31 lines
365 B
Text
Executable file
31 lines
365 B
Text
Executable file
.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*
|
|
pnpm-debug.log*
|
|
|
|
.runtimeconfig.json
|
|
/functions/.runtimeconfig.json
|
|
/test/unit/coverage/
|
|
|
|
# Editor directories and files
|
|
.idea
|
|
.firebase
|
|
.vscode
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.log
|
|
*.sw?
|