gamebrary/.gitignore

20 lines
242 B
Text
Raw Normal View History

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