Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ygoe committed Nov 13, 2022
0 parents commit 98cdc63
Show file tree
Hide file tree
Showing 116 changed files with 47,121 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Top-most EditorConfig file
root = true

[*]
insert_final_newline = true
end_of_line = crlf
indent_style = tab
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* -text
21 changes: 21 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
build/
dist/
miniwebcompiler.cmd
web-deploy.cmd

*.bak
*.tmp
*.log
~$*
*~
*.p12
*.pfx
.internal
.local
.tmp
.vscode
Thumbs.db
ehthumbs.db
Desktop.ini
$RECYCLE.BIN/
.DS_Store
Loading

0 comments on commit 98cdc63

Please sign in to comment.