2020-02-05 22:55:03 +03:00
|
|
|
.*/
|
2023-01-13 03:10:43 +03:00
|
|
|
ui/glean/generated/
|
2015-11-28 19:01:50 +03:00
|
|
|
node_modules/
|
|
|
|
.DS_store
|
|
|
|
*.pyc
|
2017-04-27 13:48:52 +03:00
|
|
|
yarn-error.log
|
|
|
|
npm-error.log
|
2019-04-04 22:18:48 +03:00
|
|
|
vagrant/env_local.sh
|
2020-03-04 01:30:18 +03:00
|
|
|
__pycache__
|
2013-02-27 23:17:39 +04:00
|
|
|
|
2015-11-28 19:01:50 +03:00
|
|
|
# vi
|
2013-03-12 21:18:07 +04:00
|
|
|
*.swp
|
|
|
|
|
2018-06-14 08:39:55 +03:00
|
|
|
# Caches
|
|
|
|
.eslintcache
|
2015-11-28 19:01:50 +03:00
|
|
|
# PyCharm
|
2015-11-24 18:31:17 +03:00
|
|
|
*.iml
|
2020-07-17 08:57:11 +03:00
|
|
|
# Perf sheriffing criteria
|
|
|
|
perf-sheriffing-criteria.csv
|
2015-05-18 17:35:58 +03:00
|
|
|
|
2016-02-05 13:45:31 +03:00
|
|
|
# emacs
|
|
|
|
*~
|
|
|
|
\#*
|
|
|
|
|
2015-11-28 19:01:50 +03:00
|
|
|
# Celery
|
2015-01-17 14:26:32 +03:00
|
|
|
celerybeat-schedule
|
2019-05-17 00:56:02 +03:00
|
|
|
|
|
|
|
#docker custom environment
|
|
|
|
.env
|
2019-09-09 22:56:17 +03:00
|
|
|
|
|
|
|
# Ignore coverage results
|
|
|
|
coverage
|
2020-02-03 20:03:17 +03:00
|
|
|
coverage.xml
|
|
|
|
.coverage
|
2020-04-22 18:15:44 +03:00
|
|
|
|
2020-06-12 11:27:57 +03:00
|
|
|
# pytest-testmon cached structure
|
|
|
|
.testmondata
|
|
|
|
|
2020-04-22 18:15:44 +03:00
|
|
|
# Ignore tox installation
|
2020-05-15 22:12:35 +03:00
|
|
|
.tox
|
|
|
|
|
|
|
|
# Docs generation
|
|
|
|
docs.egg-info
|