mirror of
https://github.com/cunnie/sslip.io.git
synced 2025-09-27 03:55:56 +08:00
Ignore VS Code's configuration dir
Now that I've switched from JetBrains to VS Code, I need to ignore VS Code's dingleberries as well.
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -1,4 +1,7 @@
|
||||
.DS_Store
|
||||
# We don't check-in JetBrains's Goland settings
|
||||
.idea
|
||||
.idea/
|
||||
# We don't check-in our executables, either — source code only!
|
||||
bin/sslip.io-dns-server-*
|
||||
# We don't check in VS Code's configuration, either
|
||||
.vscode/
|
||||
|
Reference in New Issue
Block a user