Added admin dashboard project BOD-194
This commit is contained in:
9
.gitignore
vendored
9
.gitignore
vendored
@@ -7,12 +7,18 @@
|
||||
client/node_modules
|
||||
client/.pnp
|
||||
client.pnp.js
|
||||
admin/node_modules
|
||||
admin/.pnp
|
||||
admin.pnp.js
|
||||
# testing
|
||||
/coverage
|
||||
client/coverage
|
||||
admin/coverage
|
||||
|
||||
# production
|
||||
/build
|
||||
client/build
|
||||
admin/build
|
||||
# misc
|
||||
.DS_Store
|
||||
.env
|
||||
@@ -28,6 +34,9 @@ yarn-error.log*
|
||||
client/npm-debug.log*
|
||||
client/yarn-debug.log*
|
||||
client/yarn-error.log*
|
||||
admin/npm-debug.log*
|
||||
admin/yarn-debug.log*
|
||||
admin/yarn-error.log*
|
||||
|
||||
#Firebase Ignore
|
||||
# Logs
|
||||
|
||||
Reference in New Issue
Block a user