treeherder/.gitignore

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

44 строки
474 B
Plaintext
Исходник Постоянная ссылка Обычный вид История

.*/
ui/glean/generated/
node_modules/
.DS_store
*.pyc
yarn-error.log
npm-error.log
vagrant/env_local.sh
__pycache__
2013-02-27 23:17:39 +04:00
# vi
*.swp
# Caches
.eslintcache
# PyCharm
2015-11-24 18:31:17 +03:00
*.iml
# Perf sheriffing criteria
perf-sheriffing-criteria.csv
# emacs
*~
\#*
# Celery
celerybeat-schedule
#docker custom environment
.env
# Ignore coverage results
coverage
coverage.xml
.coverage
# pytest-testmon cached structure
.testmondata
# Ignore tox installation
.tox
# Docs generation
docs.egg-info