Gitignore and readme

This commit is contained in:
Jakob Feldmann 2022-05-17 20:56:11 +02:00
parent 8ea91e0f05
commit cb894d1c5d
2 changed files with 25 additions and 0 deletions

24
.gitignore vendored
View File

@ -1 +1,25 @@
/.import/ /.import/
*~
*.swp
*.swo
.fscache
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
*.lnk
# Godot-specific ignores
.import/
export.cfg
export_presets.cfg
# Imported translations (automatically generated from CSV files)
*.translation
# Mono-specific ignores
.mono/
data_*/

1
readme.md Normal file
View File

@ -0,0 +1 @@
2D Platformer for exploring game development basics and movement physics