Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/flipperdevices/flipperzero-protobuf.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLionZXY <nikita@kulikof.ru>2021-10-11 11:56:50 +0300
committerLionZXY <nikita@kulikof.ru>2021-10-11 11:56:50 +0300
commit67b47460a21b3128636df63826a99141d87a10cd (patch)
treeb098cbf2c239d2a39ef0a3d5cd85983d923e8a37
parent5d497bebdd6f73e9473093a5a6a2259dff28a2dd (diff)
Add comments to file
-rw-r--r--.gitignore8
1 files changed, 7 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 1f1025f..34165a8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,8 @@
+# JetBrains IDEs
.idea
-.DS_Store \ No newline at end of file
+
+# MacOS
+.DS_Store
+
+# Visual Studio Code
+.vscode/ \ No newline at end of file