зеркало из https://github.com/mozilla/treeherder.git
Bug 1228739 - Remove unnecessary .gitignore entries & clean up ordering
Removed: *.mo *.py[od] .coverage .mr.developer.cfg .project .pydevproject .tmp/ .tox htmlcov/ LOGFILE nosetests.xml pip-log.txt supervisor*.log test.log treeherder*.log treeherder.log.*
This commit is contained in:
Родитель
3897dee31d
Коммит
31c5bdca67
|
@ -1,70 +1,34 @@
|
||||||
*.py[cod]
|
.vagrant/
|
||||||
|
node_modules/
|
||||||
|
.DS_store
|
||||||
|
*.pyc
|
||||||
|
|
||||||
#vi files
|
# vi
|
||||||
*.swp
|
*.swp
|
||||||
|
|
||||||
# Installer logs
|
|
||||||
pip-log.txt
|
|
||||||
|
|
||||||
# logs
|
|
||||||
test.log
|
|
||||||
treeherder*.log
|
|
||||||
treeherder.log.*
|
|
||||||
LOGFILE
|
|
||||||
supervisor*.log
|
|
||||||
|
|
||||||
# Unit test / coverage reports
|
|
||||||
.coverage
|
|
||||||
.tox
|
|
||||||
nosetests.xml
|
|
||||||
|
|
||||||
# pytest cache
|
# pytest cache
|
||||||
.cache/
|
.cache/
|
||||||
|
|
||||||
# Translations
|
# PyCharm
|
||||||
*.mo
|
|
||||||
|
|
||||||
#pycharm files
|
|
||||||
.idea/
|
.idea/
|
||||||
*.iml
|
*.iml
|
||||||
|
|
||||||
# Mr Developer
|
# Treeherder-specific
|
||||||
.mr.developer.cfg
|
|
||||||
.project
|
|
||||||
.pydevproject
|
|
||||||
.DS_store
|
|
||||||
.vagrant
|
|
||||||
|
|
||||||
#local settings
|
|
||||||
deployment/update/commander_settings.py
|
deployment/update/commander_settings.py
|
||||||
|
dist/
|
||||||
|
docs/_build/
|
||||||
treeherder/config/settings_local.py
|
treeherder/config/settings_local.py
|
||||||
|
treeherder/etl/data/credentials.json
|
||||||
|
treeherder/media/
|
||||||
|
treeherder/static/
|
||||||
|
treeherder/webapp/log_cache/
|
||||||
ui/js/config/local.conf.js
|
ui/js/config/local.conf.js
|
||||||
|
|
||||||
htmlcov/
|
# supervisor
|
||||||
|
|
||||||
# Minified/built UI files generated by the `grunt build`.
|
|
||||||
dist/
|
|
||||||
|
|
||||||
#static files in deployment
|
|
||||||
treeherder/static/
|
|
||||||
|
|
||||||
#media files in deployment
|
|
||||||
treeherder/media/
|
|
||||||
|
|
||||||
#etl data files
|
|
||||||
treeherder/etl/data/credentials.json
|
|
||||||
|
|
||||||
#docs build directory
|
|
||||||
docs/_build/
|
|
||||||
|
|
||||||
#supervisor
|
|
||||||
.nfs*
|
.nfs*
|
||||||
*.pid
|
*.pid
|
||||||
|
|
||||||
treeherder/webapp/log_cache
|
# Celery
|
||||||
celerybeat-schedule
|
celerybeat-schedule
|
||||||
|
|
||||||
node_modules
|
|
||||||
.tmp/
|
|
||||||
|
|
||||||
!.gitkeep
|
!.gitkeep
|
||||||
|
|
Загрузка…
Ссылка в новой задаче