-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
22 lines (21 loc) · 893 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
.pydevproject
backend/db.sqlite3
backend/notes/__pycache__/
backend/notes/migrations/
backend/notes/migrations/0001_initial.py
backend/notes/migrations/0002_note_body.py
backend/notes/migrations/0004_auto_20180918_0046.py
backend/notes/migrations/__init__.py
backend/notes/migrations/__pycache__/0001_initial.cpython-37.pyc
backend/notes/migrations/__pycache__/0002_note_body.cpython-37.pyc
backend/notes/migrations/__pycache__/0003_note_title.cpython-37.pyc
backend/notes/migrations/__pycache__/__init__.cpython-37.pyc
backend/simplenote/__pycache__/__init__.cpython-37.pyc
backend/simplenote/__pycache__/settings.cpython-37.pyc
backend/simplenote/__pycache__/urls.cpython-37.pyc
backend/simplenote/__pycache__/wsgi.cpython-37.pyc
frontend/build/logo.png
frontend/src/components/CreateNote.vue
frontend/src/components/HelloWorld.vue
frontend/src/components/Note.vue
frontend/static/.gitkeep