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:57:55 +0300
committerGitHub <noreply@github.com>2021-10-11 11:57:55 +0300
commit817b1ebd7c3946026123e080d049d080c7fb9e77 (patch)
treeb098cbf2c239d2a39ef0a3d5cd85983d923e8a37
parent41599b8e6a6b33a229e8f5fa58de1a2cfcc8184a (diff)
parent67b47460a21b3128636df63826a99141d87a10cd (diff)
Merge pull request #2 from flipperdevices/lionzxy/add_gitignore
Add gitignore file
-rw-r--r--.gitignore8
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..34165a8
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,8 @@
+# JetBrains IDEs
+.idea
+
+# MacOS
+.DS_Store
+
+# Visual Studio Code
+.vscode/ \ No newline at end of file