gamebrary/.gitignore

32 lines
365 B
Text
Raw Normal View History

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