mirror of
https://github.com/cunnie/sslip.io.git
synced 2025-12-24 12:12:48 +08:00
Now that I've switched from JetBrains to VS Code, I need to ignore VS Code's dingleberries as well.
8 lines
218 B
Plaintext
8 lines
218 B
Plaintext
.DS_Store
|
|
# We don't check-in JetBrains's Goland settings
|
|
.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/
|