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

Commit cf16ee4

Browse files
author
Thiago C. D'Ávila
authored
Merge pull request #123 from staticdev/gitignore
Ignore VSCode and PyCharm settings
2 parents e95ca26 + c0f10d0 commit cf16ee4

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.gitignore

+6
Original file line numberDiff line numberDiff line change
@@ -130,3 +130,9 @@ dmypy.json
130130

131131
# Pytype
132132
.pytype/
133+
134+
# Pycharm
135+
.idea/
136+
137+
# Visual Studio Code
138+
.vscode/

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "django-sorting-bootstrap"
3-
version = "2.4.2"
3+
version = "2.4.3"
44
description = "Sorting templates API using sorting, Django templatetags and Bootstrap classes."
55
authors = ["Thiago Carvalho D'Ávila <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)