зеркало из https://github.com/mozilla/treeherder.git
36 строки
336 B
Plaintext
36 строки
336 B
Plaintext
.vagrant/
|
|
node_modules/
|
|
.DS_store
|
|
*.pyc
|
|
.vscode/
|
|
yarn-error.log
|
|
npm-error.log
|
|
|
|
# vi
|
|
*.swp
|
|
|
|
# pytest cache
|
|
.cache/
|
|
|
|
# PyCharm
|
|
.idea/
|
|
*.iml
|
|
|
|
# emacs
|
|
*~
|
|
\#*
|
|
|
|
# Treeherder-specific
|
|
dist/
|
|
docs/_build/
|
|
treeherder/media/
|
|
treeherder/static/
|
|
ui/js/config/local.conf.js
|
|
# frontend test coverage
|
|
coverage/
|
|
|
|
# Celery
|
|
celerybeat-schedule
|
|
|
|
!.gitkeep
|