Skip to content

Commit

Permalink
Update gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
nkaaf committed Feb 29, 2024
1 parent 3f6dccf commit 326ac98
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
# CLion
.idea
# Jetbrains IDEs
**/.idea/**

# CMake
CMakeLists.txt
cmake-build-*
**/cmake-build-*

# gh_pages files
doxygen_sqlite3.db
html

# VSCode
.vscode
**/.vscode/settings.json

# PlatformIO
.pio
Expand All @@ -19,3 +18,6 @@ src/main.cpp
include
platformio.ini
CMakeListsPrivate.txt

# macOS
**/.DS_Store

0 comments on commit 326ac98

Please sign in to comment.