-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
52 lines (47 loc) · 820 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
logs
*.log
npm-debug.log*
env
pids
*.pid
*.seed
api/build/Release
api/node_modules
api/.webpack
api/.serverless
api/env.yml
api/.env
.idea
docs/cognito-app.txt
docs/cognito-user.txt
docs/cognito-pool.txt
docs/cognito-identity-pool.txt
docs/dynamodb.txt
docs/gaia.csv
docs/rds.txt
api/.git
client/.git
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
client/node_modules
client/.pnp
client/.pnp.js
# testing
client/coverage
# production
client/build
# misc
.DS_Store
client/.env.local
client/.env.development.local
client/.env.test.local
client/.env.production.local
client/npm-debug.log*
client/yarn-debug.log*
client/yarn-error.log*
client/package-lock.json
client/src/config/js
api/package-lock.json
api/.DS_Store
scripts/src/config.js
scripts/package-lock.json