forked from mozilla/addons-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
61 lines (59 loc) · 820 Bytes
/
.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
*-all.css
*-all.js
*-min.css
*-min.js
*.css.tmp
*.egg-info
*.js.tmp
*.less.css
*.mo
*.po~
*.py[co]
*.signed.zip
*.styl.css
.*.sw?
.cache
.DS_Store
.env
.ipython
.mysql_history
.nose*
.npm/
.pdbhistory
.pytest_cache/*
.tox/
.vscode
build*.py
docker*.yml
docker/artifacts/*
docs/_gh-pages
docs/api/_build
docs/_build
local_settings.py
logs/*
MANIFEST
node_modules
pip-log.txt
settings_local.py*
settings_local_*.py
shellng_local.py
site-static/*
src/olympia/discovery/strings.jinja2
static/css/node_lib/*
static/js/i18n/*.js
static/js/node_lib/*
storage/files/*
storage/git-storage/*
storage/mlbf/*
storage/guarded-addons/*
storage/shared_storage/*
storage/sitemaps/*
supervisord.pid
tmp/*
deps/*
# private projects
private/
# do not ignore the following files
!docker-compose.private.yml
!private/README.md
!deps/.keep