Skip to content

Commit

Permalink
Update ignore lists with the new bower components
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandgeider committed Aug 31, 2015
1 parent 42cb2a2 commit 8b66e93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,4 @@ target/

# External Libraries
wger/core/static/bower_components
node_modules
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[pep8]
exclude = urls.py,*migrations*
exclude = urls.py,*migrations*,*bower_components*
max-line-length = 100
ignore = W503

0 comments on commit 8b66e93

Please sign in to comment.