diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..b903496 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,15 @@ +root = true + +[*] +end_of_line = lf +indent_style = space +indent_size = 4 +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true + +[*.md] +trim_trailing_whitespace = false + +[*.env*] +insert_final_newline = false diff --git a/.gitattributes b/.gitattributes index dfe0770..6313b56 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1 @@ -# Auto detect text files and perform LF normalization -* text=auto +* text=auto eol=lf diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6b6f766 --- /dev/null +++ b/.gitignore @@ -0,0 +1,43 @@ +__pycache__/ +.gradle/ +.idea/ +.metals/ +.next/ +.parcel-cache/ +.vs/ +.vscode/* +assets/games +bin/ +build/ +jniLibs/ +node_modules/ +obj/ +package/ +saved/ +target/ + +!.vscode/settings.json +.DS_Store +.env +*.crt +*.csproj +*.filters +*.fsproj +*.key +*.log +*.make +*.mwb.bak +*.pem +*.sln +*.user +*.vcxproj +*.vpp.* +*.wasm +*.xcodeproj +*.xcworkspace +desktop.ini +eos.json +keystore.jks +local.properties +Makefile +next-env.d.ts