-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
62 lines (54 loc) · 1.05 KB
/
.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
53
54
55
56
57
58
59
60
61
62
venv
data
.idea
.vscode
backend/.idea
backend/backend/__pycache__
backend/user/__pycache__
backend/post/__pycache__
backend/cheer/__pycache__
backend/coral/__pycache__
backend/search_data/__pycache__
backend/search/__pycache__
backend/post/migrations
backend/user/migrations
backend/cheer/migrations
backend/coral/migrations
backend/search_data/migrations
backend/post/glove.6B.200d.txt
backend/db.sqlite3
mobile-app/node_modules/**/*
mobile-app/.expo/*
mobile-app/npm-debug.*
mobile-app/*.jks
mobile-app/*.p8
mobile-app/*.p12
mobile-app/*.key
mobile-app/*.mobileprovision
mobile-app/*.orig.*
mobile-app/web-build/
coral/.idea
coral/__pycache__
coral/apis/__pycache__
coral/apis/coral.db
coral/bot/
# macOS
mobile-app/.DS_Store
# front end
# dependencies
frontend/node_modules
frontend/.pnp
frontend/.pnp.js
# testing
frontend/coverage
# production
/build
# misc
frontend/.DS_Store
frontend/.env.local
frontend/.env.development.local
frontend/.env.test.local
frontend/.env.production.local
frontend/npm-debug.log*
frontend/yarn-debug.log*
frontend/yarn-error.log*