Skip to content

Commit 5d8dba4

Browse files
committed
back and frontend integrated till member and user profile fetch
1 parent 78979b2 commit 5d8dba4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

90 files changed

+1441
-4464
lines changed
+42-22
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
1-
### Node ###
21
# Logs
32
logs
43
*.log
54
npm-debug.log*
65
yarn-debug.log*
76
yarn-error.log*
7+
lerna-debug.log*
8+
9+
# Diagnostic reports (https://nodejs.org/api/report.html)
10+
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
811

912
# Runtime data
1013
pids
@@ -17,6 +20,7 @@ lib-cov
1720

1821
# Coverage directory used by tools like istanbul
1922
coverage
23+
*.lcov
2024

2125
# nyc test coverage
2226
.nyc_output
@@ -36,17 +40,25 @@ build/Release
3640
# Dependency directories
3741
node_modules/
3842
jspm_packages/
39-
package-lock.json
4043

41-
# TypeScript v1 declaration files
42-
typings/
44+
# Snowpack dependency directory (https://snowpack.dev/)
45+
web_modules/
46+
47+
# TypeScript cache
48+
*.tsbuildinfo
4349

4450
# Optional npm cache directory
4551
.npm
4652

4753
# Optional eslint cache
4854
.eslintcache
4955

56+
# Microbundle cache
57+
.rpt2_cache/
58+
.rts2_cache_cjs/
59+
.rts2_cache_es/
60+
.rts2_cache_umd/
61+
5062
# Optional REPL history
5163
.node_repl_history
5264

@@ -58,39 +70,47 @@ typings/
5870

5971
# dotenv environment variables file
6072
.env
61-
73+
.env.test
74+
config/config.js
6275
# parcel-bundler cache (https://parceljs.org/)
6376
.cache
77+
.parcel-cache
6478

65-
# next.js build output
79+
# Next.js build output
6680
.next
81+
out
6782

68-
# nuxt.js build output
83+
# Nuxt.js build / generate output
6984
.nuxt
85+
dist
86+
87+
# Gatsby files
88+
.cache/
89+
# Comment in the public line in if your project uses Gatsby and not Next.js
90+
# https://nextjs.org/blog/next-9-1#public-directory-support
91+
# public
7092

7193
# vuepress build output
7294
.vuepress/dist
7395

7496
# Serverless directories
75-
.serverless
97+
.serverless/
7698

7799
# FuseBox cache
78100
.fusebox/
79101

80-
# Config files
81-
credential.js
82-
secret.js
83-
84-
# Node modules
85-
node_modules/
102+
# DynamoDB Local files
103+
.dynamodb/
86104

87-
# Build Files
88-
dist/
89-
backend/venv/
90-
backend/__pycache__/
105+
# TernJS port file
106+
.tern-port
91107

92-
# Config files
93-
.prettierrc.js
108+
# Stores VSCode versions used for testing VSCode extensions
109+
.vscode-test
94110

95-
# Visual Studio
96-
/.vs
111+
# yarn v2
112+
.yarn/cache
113+
.yarn/unplugged
114+
.yarn/build-state.yml
115+
.yarn/install-state.gz
116+
.pnp.*

0 commit comments

Comments
 (0)