-
Notifications
You must be signed in to change notification settings - Fork 554
Expand file tree
/
Copy path.gitignore
More file actions
60 lines (58 loc) · 850 Bytes
/
.gitignore
File metadata and controls
60 lines (58 loc) · 850 Bytes
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
*.css.tmp
*.egg-info
*.js.tmp
*.less.css
*.mo
*.po~
*.py[co]
*.signed.zip
*.styl.css
*-all.css
*-all.js
*-min.css
*-min.js
.*.sw?
.cache
.DS_Store
.env
.ipython
.mysql_history
.nose*
.npm/
.pdbhistory
.pytest_cache
.ssh
.tox/
.vscode
backups
build*.py
buildx-bake-metadata.json
deps/*
docker*.yml
docker/artifacts/*
docs/_build
docs/_gh-pages
docs/api/_build
docs/topics/models
local_settings.py
MANIFEST
node_modules
pip-log.txt
private/
.ruff_cache
settings_local.py*
settings_local_*.py
shellng_local.py
site-static/*
src/olympia/discovery/strings.jinja2
static-build/*
static/css/node_lib/*
static/js/node_lib/*
storage/*
tmp/*
# End of .gitignore. Please keep this in sync with the top section of .dockerignore
# do not ignore the following files
!docker-compose.private.yml
!docker-compose.ci.yml
!docker-compose.tools.yml
!private/README.md