Skip to content

Commit ce7cd51

Browse files
authored
Add .idea/ to .gitignore
1 parent 96440e3 commit ce7cd51

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

{{cookiecutter.repo_name}}/.gitignore

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Created by https://www.gitignore.io/api/python
2-
# Edit at https://www.gitignore.io/?templates=python
1+
# JetBrains IDEs (PyCharm, ...)
2+
.idea/
33

44
### Python ###
55
# Byte-compiled / optimized / DLL files
@@ -126,5 +126,3 @@ dmypy.json
126126

127127
# Pyre type checker
128128
.pyre/
129-
130-
# End of https://www.gitignore.io/api/python

0 commit comments

Comments
 (0)