Skip to content

Commit

Permalink
Merge pull request #1336 from jdkent/patch-1
Browse files Browse the repository at this point in the history
[ENH] Ignore project settings files from popular editors
  • Loading branch information
effigies committed Oct 21, 2018
2 parents 4caeb9c + d773cfc commit c05b7bb
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,16 @@ target/
#Ipython Notebook
.ipynb_checkpoints

# pycharm project settings
.idea

# vscode project settings
.vscode

# Spyder project settings
.spyderproject
.spyproject

auth/
secrets.py
local_settings.py
Expand Down

0 comments on commit c05b7bb

Please sign in to comment.