Skip to content

Commit

Permalink
Updated .gitignore file
Browse files Browse the repository at this point in the history
  • Loading branch information
shreys7 committed Dec 1, 2019
1 parent d1be54b commit 4573c2b
Showing 1 changed file with 18 additions and 11 deletions.
29 changes: 18 additions & 11 deletions todoApp/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,14 @@ __pycache__/
*.so

# Distribution / packaging
bin/
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
Expand All @@ -20,31 +23,35 @@ var/
.installed.cfg
*.egg

# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*,cover

# Translations
*.mo

# Mr Developer
.mr.developer.cfg
.project
.pydevproject

# Rope
.ropeproject
*.pot

# Django stuff:
*.log
*.pot

# Sphinx documentation
docs/_build
docs/_build/

# PyBuilder
target/

0 comments on commit 4573c2b

Please sign in to comment.