Skip to content

Commit

Permalink
Avoid including .vscode & generated libraries.
Browse files Browse the repository at this point in the history
  • Loading branch information
emeryberger committed Nov 17, 2021
1 parent 0648aea commit 6714d00
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -128,4 +128,24 @@ dmypy.json
# Pyre type checker
.pyre/

# Created by https://www.gitignore.io/api/visualstudiocode
# Edit at https://www.gitignore.io/?templates=visualstudiocode

### VisualStudioCode ###
.vscode/* # Maybe .vscode/**/* instead - see comments
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json

### VisualStudioCode Patch ###
# Ignore all local history of files
**/.history

# End of https://www.gitignore.io/api/visualstudiocode

.idea
scalene/libscalene.dylib
scalene/libscalene.dylib.dSYM/Contents/Info.plist
scalene/libscalene.dylib.dSYM/Contents/Resources/DWARF/libscalene.dylib

0 comments on commit 6714d00

Please sign in to comment.