-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
45 lines (44 loc) · 1.31 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
# If you need to exclude files such as those generated by an IDE, use
# $GIT_DIR/info/exclude or the core.excludesFile configuration variable as
# described in https://git-scm.com/docs/gitignore
*.egg-info
*.pot
*.py[co]
.tox/
__pycache__
MANIFEST
dist/
docs/_build/
docs/locale/
node_modules/
tests/coverage_html/
tests/.coverage
build/
tests/report/
.idea/intellMEET.iml
.idea/misc.xml
.idea/intellMEET.iml
.idea/misc.xml
candidate/__init__.py
candidate/migrations/__init__.py
static/templates/.DS_Store
templates/.DS_Store
.idea/intellMEET.iml
.idea/misc.xml
.idea/dataSources.local.xml
.idea/workspace.xml
intellMEET/migrations/__init__.py
intellMEET/migrations/0001_initial.py
intellMEET/migrations/0002_auto_20210311_1121.py
intellMEET/migrations/0003_auto_20210313_1247.py
intellMEET/migrations/0004_auto_20210322_0000.py
intellMEET/migrations/0005_auto_20210322_0014.py
intellMEET/migrations/0006_auto_20210322_1302.py
intellMEET/migrations/0007_auto_20210322_1403.py
intellMEET/migrations/0008_auto_20210322_1403.py
intellMEET/migrations/0009_auto_20210322_1412.py
intellMEET/migrations/0010_auto_20210322_1531.py
intellMEET/migrations/0011_auto_20210322_1532.py
intellMEET/migrations/0012_auto_20210322_1535.py
intellMEET/migrations/0013_remove_brand_fkbrandingtemplate.py
intellMEET/migrations/0014_brand_fkbrandingtemplate.py