gamebrary/.gitignore

20 lines
242 B
Text
Raw Normal View History

2018-10-19 05:15:28 +00:00
.DS_Store
node_modules/
/dist/
npm-debug.log*
yarn-debug.log*
yarn-error.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