mirror of
https://github.com/guilhermewerner/language
synced 2025-06-15 20:54:19 +00:00
Init repo
This commit is contained in:
43
.gitignore
vendored
Normal file
43
.gitignore
vendored
Normal 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
|
Reference in New Issue
Block a user