1- .pio /
2- .pioenvs
3- .piolibdeps
4- .vscode /
5- .vscode /.browse.c_cpp.db *
6- .vscode /c_cpp_properties.json
7- .vscode /launch.json
8- .vscode /settings.json
1+ # ## Manual ###
92lib /aqtkpico_esp32
103lib /aquestalk_esp32
114lib /aquestalk-esp32
125src /* .ino
136const.h
147/tmp /
158
16- # for macOS
17- .DS_Store
9+ # ## gitignore.io
10+ # Created by https://www.toptal.com/developers/gitignore/api/platformio,visualstudiocode,windows,macos,linux
11+ # Edit at https://www.toptal.com/developers/gitignore?templates=platformio,visualstudiocode,windows,macos,linux
12+
13+ # ## Linux ###
14+ * ~
15+
16+ # temporary files which can be created if a process still has a handle open of a deleted file
17+ .fuse_hidden *
18+
19+ # KDE directory preferences
20+ .directory
21+
22+ # Linux trash folder which might appear on any partition or disk
23+ .Trash- *
24+
25+ # .nfs files are created when an open file is removed but is still being accessed
26+ .nfs *
27+
28+ # ## macOS ###
29+ # General
30+ .DS_Store
31+ .AppleDouble
32+ .LSOverride
33+
34+ # Icon must end with two \r
35+ Icon
36+
37+
38+ # Thumbnails
39+ ._ *
40+
41+ # Files that might appear in the root of a volume
42+ .DocumentRevisions-V100
43+ .fseventsd
44+ .Spotlight-V100
45+ .TemporaryItems
46+ .Trashes
47+ .VolumeIcon.icns
48+ .com.apple.timemachine.donotpresent
49+
50+ # Directories potentially created on remote AFP share
51+ .AppleDB
52+ .AppleDesktop
53+ Network Trash Folder
54+ Temporary Items
55+ .apdisk
56+
57+ # ## macOS Patch ###
58+ # iCloud generated files
59+ * .icloud
60+
61+ # ## PlatformIO ###
62+ .pioenvs
63+ .piolibdeps
64+ .clang_complete
65+ .gcc-flags.json
66+ .pio
67+
68+ # ## VisualStudioCode ###
69+ .vscode /*
70+ ! .vscode /settings.json
71+ ! .vscode /tasks.json
72+ # !.vscode/launch.json
73+ ! .vscode /extensions.json
74+ ! .vscode /* .code-snippets
75+
76+ # Local History for Visual Studio Code
77+ .history /
78+
79+ # Built Visual Studio Code Extensions
80+ * .vsix
81+
82+ # ## VisualStudioCode Patch ###
83+ # Ignore all local history of files
84+ .history
85+ .ionide
86+
87+ # ## Windows ###
88+ # Windows thumbnail cache files
89+ Thumbs.db
90+ Thumbs.db:encryptable
91+ ehthumbs.db
92+ ehthumbs_vista.db
93+
94+ # Dump file
95+ * .stackdump
96+
97+ # Folder config file
98+ [Dd ]esktop.ini
99+
100+ # Recycle Bin used on file shares
101+ $RECYCLE.BIN /
102+
103+ # Windows Installer files
104+ * .cab
105+ * .msi
106+ * .msix
107+ * .msm
108+ * .msp
109+
110+ # Windows shortcuts
111+ * .lnk
112+
113+ # End of https://www.toptal.com/developers/gitignore/api/platformio,visualstudiocode,windows,macos,linux
0 commit comments