File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -129,3 +129,36 @@ IDE/VisualStudio/Debug
129129IDE /VisualStudio /DLL Debug
130130IDE /VisualStudio /DLL Release
131131IDE /VisualStudio /Release
132+
133+
134+ # Visual Studio Code Workspace Files
135+ * .vscode
136+ * .userprefs
137+ * .exe
138+ * .dll
139+ .vs
140+ Backup
141+ UpgradeLog.htm
142+ * .aps
143+ * .VC.db
144+ * .filters
145+
146+ # Backup and old files
147+ /** /* .bak
148+ /** /* .old
149+
150+ # VisualGDB
151+ ** /.visualgdb
152+ ** /* .vgdbproj. * .user
153+
154+ # PlatformIO
155+ /IDE /PlatformIO /** /.pio
156+ /IDE /PlatformIO /** /.vscode /.browse.c_cpp.db *
157+ /IDE /PlatformIO /** /.vscode /c_cpp_properties.json
158+ /IDE /PlatformIO /** /.vscode /launch.json
159+ /IDE /PlatformIO /** /.vscode /ipch
160+
161+ # Espressif sdk config default should be saved in sdkconfig.defaults
162+ # we won't track the actual working sdkconfig files
163+ /IDE /Espressif /** /sdkconfig
164+ /IDE /Espressif /** /sdkconfig.old
You can’t perform that action at this time.
0 commit comments