Skip to content

Commit

Permalink
Initial commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
cengiz-pz committed Jul 31, 2024
1 parent 56b3af7 commit ea654b9
Show file tree
Hide file tree
Showing 38 changed files with 2,414 additions and 2 deletions.
47 changes: 47 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
# Xcode
#
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore

.DS_Store

## User settings
xcuserdata/

## compatibility with Xcode 8 and earlier (ignoring not required starting Xcode 9)
*.xcscmblueprint
*.xccheckout

## compatibility with Xcode 3 and earlier (ignoring not required starting Xcode 4)
build/
DerivedData/
*.moved-aside
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3

## Gcc Patch
/*.gcno

*.d
*.o
*.dblite

# Godot
.godot/
*.png.import
*.svg.import

# project specific
bin/*
godot/
Pods/
Podfile.lock

# Plugin-specific
demo/addons/
demo/ios/
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "godot"]
path = godot
url = https://github.com/godotengine/godot.git
Loading

0 comments on commit ea654b9

Please sign in to comment.