gamebrary/.gitignore

32 lines
365 B
Text
Raw Normal View History

2018-10-18 22:15:28 -07:00
.DS_Store
node_modules/
/dist/
2022-04-12 14:45:08 -07:00
/tests/e2e/videos/
/tests/e2e/screenshots/
# local env files
.env.local
.env.*.local
# Log files
2018-10-18 22:15:28 -07:00
npm-debug.log*
yarn-debug.log*
yarn-error.log*
2022-04-12 14:45:08 -07:00
pnpm-debug.log*
2020-08-25 16:42:35 -07:00
.runtimeconfig.json
/functions/.runtimeconfig.json
2018-10-18 22:15:28 -07:00
/test/unit/coverage/
# Editor directories and files
.idea
.firebase
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
2021-01-07 11:29:50 -07:00
*.log
2022-04-12 14:45:08 -07:00
*.sw?