Init repo

This commit is contained in:
Guilherme Werner
2024-02-22 13:18:42 -03:00
parent ffc82a6de6
commit 1346d7656a
3 changed files with 59 additions and 2 deletions

15
.editorconfig Normal file
View File

@ -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

3
.gitattributes vendored
View File

@ -1,2 +1 @@
# Auto detect text files and perform LF normalization * text=auto eol=lf
* text=auto

43
.gitignore vendored Normal file
View File

@ -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