Skip to content

Commit 75b9aff

Browse files
committed
Swap line endings to avoid showing in diff + no secrets
1 parent ea35d73 commit 75b9aff

File tree

7 files changed

+2201
-2198
lines changed

7 files changed

+2201
-2198
lines changed

.gitignore

Lines changed: 51 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,51 @@
1-
# Prerequisites
2-
*.d
3-
4-
# Compiled Object files
5-
*.slo
6-
*.lo
7-
*.o
8-
*.obj
9-
10-
# Precompiled Headers
11-
*.gch
12-
*.pch
13-
14-
# Compiled Dynamic libraries
15-
*.so
16-
*.dylib
17-
*.dll
18-
19-
# Fortran module files
20-
*.mod
21-
*.smod
22-
23-
# Compiled Static libraries
24-
*.lai
25-
*.la
26-
*.a
27-
*.lib
28-
29-
# Executables
30-
*.exe
31-
*.out
32-
*.app
33-
34-
# Doxygen
35-
*.bak
36-
html/*
37-
38-
39-
# VSCode artifacts
40-
.vscode/*
41-
src/.vscode/settings.json
42-
43-
.DS_STORE
44-
45-
examples/Wippersnapper_demo/build/
46-
47-
#Platformio artifacts
48-
.pio/
1+
# Prerequisites
2+
*.d
3+
4+
# Compiled Object files
5+
*.slo
6+
*.lo
7+
*.o
8+
*.obj
9+
10+
# Precompiled Headers
11+
*.gch
12+
*.pch
13+
14+
# Compiled Dynamic libraries
15+
*.so
16+
*.dylib
17+
*.dll
18+
19+
# Fortran module files
20+
*.mod
21+
*.smod
22+
23+
# Compiled Static libraries
24+
*.lai
25+
*.la
26+
*.a
27+
*.lib
28+
29+
# Executables
30+
*.exe
31+
*.out
32+
*.app
33+
34+
# Doxygen
35+
*.bak
36+
html/*
37+
38+
39+
# VSCode artifacts
40+
.vscode/*
41+
src/.vscode/settings.json
42+
43+
.DS_STORE
44+
45+
examples/Wippersnapper_demo/build/
46+
47+
# Platformio artifacts
48+
.pio/
49+
50+
# Secrets
51+
data/

0 commit comments

Comments
 (0)