Skip to content

Commit 45f8979

Browse files
committed
Initial commit
0 parents  commit 45f8979

7 files changed

+3115
-0
lines changed

.gitattributes

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Auto detect text files and perform LF normalization
2+
* text=auto

.gitignore

+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
2+
# Created by https://www.toptal.com/developers/gitignore/api/windows
3+
# Edit at https://www.toptal.com/developers/gitignore?templates=windows
4+
5+
### Windows ###
6+
# Windows thumbnail cache files
7+
Thumbs.db
8+
Thumbs.db:encryptable
9+
ehthumbs.db
10+
ehthumbs_vista.db
11+
12+
# Dump file
13+
*.stackdump
14+
15+
# Folder config file
16+
[Dd]esktop.ini
17+
18+
# Recycle Bin used on file shares
19+
$RECYCLE.BIN/
20+
21+
# Windows Installer files
22+
*.cab
23+
*.msi
24+
*.msix
25+
*.msm
26+
*.msp
27+
28+
# Windows shortcuts
29+
*.lnk
30+
31+
Notes.txt
32+
33+
# End of https://www.toptal.com/developers/gitignore/api/windows

LICENSE

+674
Large diffs are not rendered by default.

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# sensus
2+
Sensus IR & RF Codes converter

index.html

+319
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)