Skip to content
This repository has been archived by the owner on Aug 19, 2022. It is now read-only.

Commit

Permalink
Merge pull request #123 from staticdev/gitignore
Browse files Browse the repository at this point in the history
Ignore VSCode and PyCharm settings
  • Loading branch information
Thiago C. D'Ávila authored Jul 22, 2020
2 parents e95ca26 + c0f10d0 commit cf16ee4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -130,3 +130,9 @@ dmypy.json

# Pytype
.pytype/

# Pycharm
.idea/

# Visual Studio Code
.vscode/
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "django-sorting-bootstrap"
version = "2.4.2"
version = "2.4.3"
description = "Sorting templates API using sorting, Django templatetags and Bootstrap classes."
authors = ["Thiago Carvalho D'Ávila <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit cf16ee4

Please sign in to comment.