Skip to content

Commit

Permalink
updated gitignore and footer template
Browse files Browse the repository at this point in the history
  • Loading branch information
sujeetkv committed Aug 19, 2020
1 parent 70d2091 commit 7690070
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
env/
venv/
.env/
.venv/

__pycache__/
*.pyc
Expand Down
3 changes: 1 addition & 2 deletions flaskcode/templates/flaskcode/_footer.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<footer id="page-footer">
<strong><i class="fa fa-code" aria-hidden="true"></i> {{ app_title }}</strong>
<span class="hidden-xs">[ <i class="fa fa-folder" aria-hidden="true"></i> {{ dirname }} ]</span>
<span class="hidden-xs"><i class="fa fa-folder" aria-hidden="true"></i> {{ dirname }}</span>
<span class="pull-right">
<span id="editor_lang" title="Detected Language"></span>&nbsp;&nbsp;&nbsp;Ln&nbsp;<span id="line_num"></span>,&nbsp;Col&nbsp;<span id="column_num"></span>
</span>
Expand Down
1 change: 0 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@ flask==1.0.2
pytest
twine
pylint
autopep8

0 comments on commit 7690070

Please sign in to comment.