generated from ApplebaumIan/tu-cis-4398-docs-template
-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy path.gitignore
123 lines (122 loc) · 7.97 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
# Generated files
.docusaurus
# Misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
.env
node_modules
pocs-capstone/backend/.env
pocs-capstone/backend/tutorial-env/
pocs-capstone/backend/db/__pycache__/
pocs-capstone/backend/db/migrations/
pocs-capstone/backend/backend/__pycache__/
pocs-capstone/frontend/node_modules/
pocs-capstone/frontend/build/
pocs-capstone/backend/db/__pycache__/models.cpython-310.pyc
pocs-capstone/backend/db/__pycache__/serializers.cpython-310.pyc
pocs-capstone/backend/db/__pycache__/views.cpython-310.pyc
pocs-capstone/backend/db/migrations/0001_initial.py
pocs-capstone/backend/db/migrations/0002_alter_newuser_birthday.py
pocs-capstone/backend/db/migrations/0002_alter_task_completed_date.py
pocs-capstone/backend/db/migrations/0003_alter_newuser_birthday.py
pocs-capstone/backend/db/migrations/0003_remove_task_task_type.py
pocs-capstone/backend/db/migrations/0004_alter_newuser_first_name.py
pocs-capstone/backend/db/migrations/0004_task_due_date.py
pocs-capstone/backend/db/migrations/0005_auto_20230306_0713.py
pocs-capstone/backend/db/migrations/0005_task_task_type.py
pocs-capstone/backend/db/migrations/0006_task_task_level.py
pocs-capstone/backend/db/migrations/0007_auto_20230307_1316.py
pocs-capstone/backend/db/migrations/__pycache__/0001_initial.cpython-38.pyc
pocs-capstone/backend/db/migrations/__pycache__/0001_initial.cpython-310.pyc
pocs-capstone/backend/db/migrations/__pycache__/0002_alter_newuser_birthday.cpython-38.pyc
pocs-capstone/backend/db/migrations/__pycache__/0002_alter_newuser_birthday.cpython-310.pyc
pocs-capstone/backend/db/migrations/__pycache__/0002_alter_task_completed_date.cpython-310.pyc
pocs-capstone/backend/db/migrations/__pycache__/0002_note.cpython-38.pyc
pocs-capstone/backend/db/migrations/__pycache__/0002_note.cpython-310.pyc
pocs-capstone/backend/db/migrations/__pycache__/0003_alter_newuser_birthday.cpython-38.pyc
pocs-capstone/backend/db/migrations/__pycache__/0003_alter_newuser_birthday.cpython-310.pyc
pocs-capstone/backend/db/migrations/__pycache__/0003_note_note_id.cpython-38.pyc
pocs-capstone/backend/db/migrations/__pycache__/0003_note_note_id.cpython-310.pyc
pocs-capstone/backend/db/migrations/__pycache__/0003_remove_task_task_type.cpython-310.pyc
pocs-capstone/backend/db/migrations/__pycache__/0004_alter_newuser_first_name.cpython-38.pyc
pocs-capstone/backend/db/migrations/__pycache__/0004_alter_newuser_first_name.cpython-310.pyc
pocs-capstone/backend/db/migrations/__pycache__/0004_task_due_date.cpython-310.pyc
pocs-capstone/backend/db/migrations/__pycache__/0005_auto_20230306_0713.cpython-310.pyc
pocs-capstone/backend/db/migrations/__pycache__/0005_task_task_type.cpython-310.pyc
pocs-capstone/backend/db/migrations/__pycache__/0006_task_task_level.cpython-310.pyc
pocs-capstone/backend/db/migrations/__pycache__/0007_auto_20230307_1316.cpython-310.pyc
pocs-capstone/backend/db/migrations/__pycache__/0001_initial.cpython-38.pyc
pocs-capstone/backend/db/migrations/__pycache__/0001_initial.cpython-310.pyc
pocs-capstone/backend/db/migrations/__pycache__/0002_alter_newuser_birthday.cpython-38.pyc
pocs-capstone/backend/db/migrations/__pycache__/0002_alter_newuser_birthday.cpython-310.pyc
pocs-capstone/backend/db/migrations/__pycache__/0002_note.cpython-38.pyc
pocs-capstone/backend/db/migrations/__pycache__/0002_note.cpython-310.pyc
pocs-capstone/backend/db/migrations/__pycache__/0003_alter_newuser_birthday.cpython-38.pyc
pocs-capstone/backend/db/migrations/__pycache__/0003_alter_newuser_birthday.cpython-310.pyc
pocs-capstone/backend/db/migrations/__pycache__/0003_note_note_id.cpython-38.pyc
pocs-capstone/backend/db/migrations/__pycache__/0003_note_note_id.cpython-310.pyc
pocs-capstone/backend/db/migrations/__pycache__/0004_alter_newuser_first_name.cpython-38.pyc
pocs-capstone/backend/db/migrations/__pycache__/0004_alter_newuser_first_name.cpython-310.pyc
pocs-capstone/backend/db/migrations/__pycache__/0005_auto_20230306_0713.cpython-310.pyc
pocs-capstone/backend/db/migrations/0001_initial.py
pocs-capstone/backend/db/migrations/0002_alter_newuser_birthday.py
pocs-capstone/backend/db/migrations/0003_alter_newuser_birthday.py
pocs-capstone/backend/db/migrations/0004_alter_newuser_first_name.py
pocs-capstone/backend/db/migrations/0005_auto_20230306_0713.py
pocs-capstone/backend/db.sqlite3
pocs-capstone/backend/db/__pycache__/models.cpython-310.pyc
pocs-capstone/backend/db/__pycache__/serializers.cpython-310.pyc
pocs-capstone/backend/db/__pycache__/views.cpython-310.pyc
pocs-capstone/backend/db/migrations/0001_initial.py
pocs-capstone/backend/db/migrations/0002_alter_newuser_birthday.py
pocs-capstone/backend/db/migrations/0003_alter_newuser_birthday.py
pocs-capstone/backend/db/migrations/0004_alter_newuser_first_name.py
pocs-capstone/backend/db/migrations/0005_auto_20230306_0713.py
pocs-capstone/backend/db/migrations/__pycache__/0001_initial.cpython-38.pyc
pocs-capstone/backend/db/migrations/__pycache__/0001_initial.cpython-310.pyc
pocs-capstone/backend/db/migrations/__pycache__/0002_alter_newuser_birthday.cpython-38.pyc
pocs-capstone/backend/db/migrations/__pycache__/0002_alter_newuser_birthday.cpython-310.pyc
pocs-capstone/backend/db/migrations/__pycache__/0002_note.cpython-38.pyc
pocs-capstone/backend/db/migrations/__pycache__/0002_note.cpython-310.pyc
pocs-capstone/backend/db/migrations/__pycache__/0003_alter_newuser_birthday.cpython-38.pyc
pocs-capstone/backend/db/migrations/__pycache__/0003_alter_newuser_birthday.cpython-310.pyc
pocs-capstone/backend/db/migrations/__pycache__/0003_note_note_id.cpython-38.pyc
pocs-capstone/backend/db/migrations/__pycache__/0003_note_note_id.cpython-310.pyc
pocs-capstone/backend/db/migrations/__pycache__/0004_alter_newuser_first_name.cpython-38.pyc
pocs-capstone/backend/db/migrations/__pycache__/0004_alter_newuser_first_name.cpython-310.pyc
pocs-capstone/backend/db/migrations/__pycache__/0005_auto_20230306_0713.cpython-310.pyc
pocs-capstone/frontend/node_modules/.cache/default-development/0.pack
pocs-capstone/frontend/node_modules/.cache/default-development/3.pack
pocs-capstone/frontend/node_modules/.cache/default-development/5.pack
pocs-capstone/frontend/node_modules/.cache/default-development/6.pack
pocs-capstone/frontend/node_modules/.cache/default-development/7.pack
pocs-capstone/frontend/node_modules/.cache/default-development/9.pack
pocs-capstone/frontend/node_modules/.cache/default-development/index.pack
pocs-capstone/frontend/node_modules/.cache/default-development/index.pack.old
pocs-capstone/backend/backend/__pycache__/__init__.cpython-310.pyc
pocs-capstone/backend/backend/__pycache__/settings.cpython-310.pyc
pocs-capstone/backend/backend/__pycache__/urls.cpython-310.pyc
pocs-capstone/backend/backend/__pycache__/wsgi.cpython-310.pyc
pocs-capstone/backend/db/__pycache__/__init__.cpython-310.pyc
pocs-capstone/backend/db/__pycache__/admin.cpython-310.pyc
pocs-capstone/backend/db/__pycache__/apps.cpython-310.pyc
pocs-capstone/backend/db/__pycache__/urls.cpython-310.pyc
pocs-capstone/backend/db/migrations/__pycache__/__init__.cpython-310.pyc
pocs-capstone/backend/db/migrations/__pycache__/0002_rename_user_name_newuser_username.cpython-310.pyc
pocs-capstone/backend/db/__pycache__/authenticate.cpython-310.pyc
pocs-capstone/backend/db.sqlite3
pocs-capstone/backend/.env
pocs-capstone/backend/database/db.sqlite3
pocs-capstone/backend/db/__pycache__/studybuddyemail.cpython-310.pyc
pocs-capstone/backend/db/__pycache__/studybuddyemail.cpython-310.pyc
pocs-capstone/backend/deleteme.txt
pocs-capstone/backend/database/db.sqlite3
pocs-capstone/backend/database/db.sqlite3
pocs-capstone/frontend/src/components/Tutorial/Tutorial-screenshots/original screenshots/account-management.png
pocs-capstone/frontend/src/components/Tutorial/Tutorial-screenshots/original screenshots/active-tasks.png
pocs-capstone/frontend/src/components/Tutorial/Tutorial-screenshots/original screenshots/calendar.png
pocs-capstone/frontend/src/components/Tutorial/Tutorial-screenshots/original screenshots/completed-tasks.png
pocs-capstone/frontend/src/components/Tutorial/Tutorial-screenshots/original screenshots/inventory.png