Skip to content

Commit 3d652cb

Browse files
authored
Merge pull request FastLED#1611 from coryking/fix_git_ignore
Add a couple more things for git to ignore
2 parents b3957dc + c241449 commit 3d652cb

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.gitignore

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,19 @@
33
/docs/html
44
/docs/latex
55
/docs/doxygen-awesome-css
6+
components/
7+
8+
# Build outputs
69
.build/
10+
build/
11+
out/
12+
13+
# Misc
14+
.DS_Store
15+
Thumbs.db
16+
17+
# PlatformIO
18+
.pio/
19+
.pioenvs/
20+
.piolibdeps/
21+
.platformio/

0 commit comments

Comments
 (0)