Skip to content

Commit

Permalink
Ignore VS code
Browse files Browse the repository at this point in the history
  • Loading branch information
offchan42 committed Oct 29, 2018
1 parent 1cccb2e commit 3438b6f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
################################## Unity3D #####################################

[Ll]ibrary/
[Tt]emp/
[Oo]bj/
Expand Down Expand Up @@ -34,3 +36,11 @@ sysinfo.txt
# Builds
*.apk
*.unitypackage

################################## VS CODE #####################################

.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"python.pythonPath": "C:\\Users\\ADMIN\\Anaconda3\\python.exe"
}

0 comments on commit 3438b6f

Please sign in to comment.