From 1346d7656a84e2c6a7dd9f8317d3bf424bb03ab4 Mon Sep 17 00:00:00 2001 From: Guilherme Werner Date: Thu, 22 Feb 2024 13:18:42 -0300 Subject: [PATCH] Init repo --- .editorconfig | 15 +++++++++++++++ .gitattributes | 3 +-- .gitignore | 43 +++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 59 insertions(+), 2 deletions(-) create mode 100644 .editorconfig create mode 100644 .gitignore 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