Skip to content

Traduccion sphinx #90

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
May 6, 2020
Merged
Prev Previous commit
Next Next commit
gitignore
  • Loading branch information
humitos committed May 6, 2020
commit 273a03664d05a6e9ab604bc822ef90f6c0387608
14 changes: 13 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
*.mo
/_build/

# Submodules to avoid issues
cpython
.migration/tutorialpyar

# Files overriden by our scripts
Doc/tools/templates/customsourcelink.html
Doc/tools/templates/indexsidebar.html
Doc/CONTRIBUTING.rst
Doc/translation-memory.rst
Doc/upgrade-python-version.rst
locales/

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
Expand Down Expand Up @@ -47,4 +59,4 @@ coverage.xml

# Ides
.vscode/
.idea/
.idea/