Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: .gitignore

Issue 29886648: Issue #6942 - Add XTM integration in CMS (Closed)
Patch Set: Created Sept. 20, 2018, 4:24 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
1 /build/ 1 /build/
2 /dist/ 2 /dist/
3 /.tox/ 3 /.tox/
4 /.pytest_cache/ 4 /.pytest_cache/
5 /.coverage 5 /.coverage
6 *.pyc 6 *.pyc
7 *.pyo 7 *.pyo
8 htmlcov/ 8 htmlcov/
9 .idea/
Vasily Kuznetsov 2018/09/24 16:32:11 You should also add this to .hgignore to keep them
Tudor Avram 2018/09/25 12:26:24 Done.
OLDNEW
« no previous file with comments | « no previous file | cms/bin/xtm_translations/__init__.py » ('j') | cms/bin/xtm_translations/constants.py » ('J')

Powered by Google App Engine
This is Rietveld