Skip to content

Commit c05b7bb

Browse files
authored
Merge pull request #1336 from jdkent/patch-1
[ENH] Ignore project settings files from popular editors
2 parents 4caeb9c + d773cfc commit c05b7bb

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.gitignore

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,16 @@ target/
6666
#Ipython Notebook
6767
.ipynb_checkpoints
6868

69+
# pycharm project settings
70+
.idea
71+
72+
# vscode project settings
73+
.vscode
74+
75+
# Spyder project settings
76+
.spyderproject
77+
.spyproject
78+
6979
auth/
7080
secrets.py
7181
local_settings.py

0 commit comments

Comments
 (0)