Skip to content

Commit

Permalink
chore(git): add .vscode into .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
HaoxuanGuo committed Sep 1, 2023
1 parent d22b490 commit 565ffda
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,6 @@ docs/site/
# committed for packages, but should be committed for applications that require a static
# environment.
Manifest.toml

# vscode
.vscode
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@
],
"files.eol": "\n",
},
"julia.environmentPath": "/Users/skyair/repositories/Nuclides.jl",
}

0 comments on commit 565ffda

Please sign in to comment.