File tree Expand file tree Collapse file tree 3 files changed +28
-3
lines changed
Expand file tree Collapse file tree 3 files changed +28
-3
lines changed Original file line number Diff line number Diff line change 1+ # Ignore everything
2+ *
3+
4+ # But not these files...
5+ ! .gitignore
6+ ! examples /*
7+ ! include /*
8+ ! src /SmartSerial.cpp
9+ ! keywords.txt
10+ ! library.json
11+ ! library.properties
12+ ! readme.md
Original file line number Diff line number Diff line change @@ -23,4 +23,6 @@ disable KEYWORD2
2323#######################################
2424
2525ssEndl KEYWORD3
26- ssSpace KEYWORD3
26+ ssSpace KEYWORD3
27+ FUNC KEYWORD3
28+ POS KEYWORD3
Original file line number Diff line number Diff line change 1818 ],
1919 "license" : " MIT" ,
2020 "frameworks" : " arduino" ,
21- "platforms" : " *"
21+ "platforms" : " *" ,
22+ "export" : {
23+ "include" :
24+ [
25+ " examples/*" ,
26+ " include/*" ,
27+ " src/SmartSerial.cpp" ,
28+ " keywords.txt" ,
29+ " library.json" ,
30+ " library.properties" ,
31+ " readme.md"
32+ ]
33+ }
2234 }
23-
You can’t perform that action at this time.
0 commit comments