diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..314766e9 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +* text=auto eol=lf +*.{cmd,[cC][mM][dD]} text eol=crlf +*.{bat,[bB][aA][tT]} text eol=crlf diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..bfcbf6ee --- /dev/null +++ b/.gitignore @@ -0,0 +1,16 @@ +*.bak + +#fe +node_modules/ +dist/ + +#be +.vs/ +bin/ +obj/ +*.suo +*.user +*.db +*.db-shm +*.db-wal +