Skip to content

Commit

Permalink
add .ionide to the gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
AngelMunoz committed Aug 24, 2020
1 parent d2b1720 commit c2b85e5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,9 @@ paket-files/
# FAKE - F# Make
.fake/

# F# Ionide vscode plugin files
.ionide/

# JetBrains Rider
.idea/
*.sln.iml
Expand All @@ -258,4 +261,5 @@ paket-files/

# Python Tools for Visual Studio (PTVS)
__pycache__/
*.pyc
*.pyc

0 comments on commit c2b85e5

Please sign in to comment.