This repository has been archived by the owner on Aug 26, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 679
/
.gitignore
107 lines (88 loc) · 1.54 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
# Modeled after https://github.com/github/gitignore/blob/master/Python.gitignore
# .gitignore directory matching:
# /foo/ - Directory foo in the root of the project
# foo/ - Directory foo anywhere in the project
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
# Distribution / packaging
/build/
*.egg-info/
# Installer logs
pip-log.txt
# Unit test / coverage reports
htmlcov/
.tox
.coverage
.coverage.*
.cache
.noseids
.noserc
.pytest_cache
nosetests.xml
coverage.xml
/test_results/
# Atom
.ropeproject
# VSCode
.vscode
# PyCharm
.idea
# Sphinx documentation
/docs/_build/
# pyenv
.python-version
# Celery
celerybeat-schedule
celeryev.pid
# .dotenv
.env
# Virtualenv
.venv
venv/
ENV/
# Swapfiles
*.sw?
# macOS finder files
.DS_Store
# Kuma-specfic
*devmo*.sql*
assets/ckeditor4/source/ckbuilder/
bower_components
build.py
developer.mozilla.org.tar.gz
docker-compose.dev.yml
docker-compose.locust.yml
docker-compose.override.yml
etc/nginx/ssl/developer.127.0.0.1.nip.io.crt
etc/nginx/ssl/developer.127.0.0.1.nip.io.key
james.ini
mdn_sample_db.sql
mdn_sample_db.sql.gz
/mdntests/
/media/attachments
/media/uploads
/media/revision.txt
/media/kumascript-revision.txt
node_modules/
/kuma/static/
kuma/javascript/dist/
/tmp/emails/*.log
npm-debug.log
dist/
# Not an actual file any more but kept for simplicity.
humans.txt
# Selenium
geckodriver.log
# Legacy
.awsconfig
/logs/
/xfers/
wheelhouse
/uploads/
kumascript.log
kuma/static/js/libs/ckeditor/source/ckeditor/
kuma/static/js/libs/ckeditor/source/ckbuilder/
# Emacs backup files
*~
junit.xml