forked from ijasperyang/django-survey
-
-
Notifications
You must be signed in to change notification settings - Fork 145
/
.gitignore
62 lines (62 loc) · 1.12 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
*.*~
*.swp
*.swo
*.swn
*.pyc
__pycache__
survey.db
django_survey_and_report.egg-info/
survey_test/static/
venv/
.direnv/
.envrc
.idea/
.project
.pydevproject
.settings/
htmlcov/
.coverage
build/
dist/
.tox/
.vscode/
csv/category-without-description.csv
csv/short-survey.csv
csv/test-management-survey.csv
csv/test-survey.csv
csv/test-survey2.csv
tex/category-without-description.tex
tex/q9_vs_q9.png
tex/q20_vs_q20.png
tex/short-survey.tex
tex/test-management-survey.tex
tex/test-survey.tex
tex/test-survey2.tex
tex/q1_vs_q6.png
tex/test-survey.pdf
csv/unicode.csv
tex/q11_vs_q11.png
tex/unicode.tex
tex/unicode.pdf
csv/multipage.csv
tex/multipage.tex
tex/q13_vs_q13.png
tex/q20_vs_q21.png
tex/q20_vs_q21.png
csv/expired.csv
csv/in-time-range.csv
csv/no-expire-date-survey.csv
csv/no-publication-date-survey.csv
csv/not-already-visible.csv
tex/expired.tex
tex/in-time-range.tex
tex/no-expire-date-survey.tex
tex/no-publication-date-survey.tex
tex/not-already-visible.tex
csv/multipage-category.csv
tex/multipage-category.tex
tex/q16_vs_q16.png
tex/q15_vs_q15.png
csv/survey-with-redirect-url.csv
tex/q17_vs_q17.png
tex/survey-with-redirect-url.tex