1
0
mirror of https://github.com/github/gitignore synced 2024-11-22 11:44:21 +01:00

code workspace file of vs code

The workspace in vs code helps users in local to startup their setup automatically like activating virtual environment and many more but is not a necessary file in production or to push
`diff
+ *.code-workspace
`
This commit is contained in:
Bhuwan Panta 2022-05-11 22:10:34 +05:45 committed by GitHub
parent e5323759e3
commit 05358100ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -158,3 +158,6 @@ cython_debug/
# and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/
# VScode
*.code-workspace