From cb894d1c5db9ee1e7061fe8a8d9cb43457276d07 Mon Sep 17 00:00:00 2001 From: Jakob Feldmann Date: Tue, 17 May 2022 20:56:11 +0200 Subject: [PATCH] Gitignore and readme --- .gitignore | 24 ++++++++++++++++++++++++ readme.md | 1 + 2 files changed, 25 insertions(+) create mode 100644 readme.md diff --git a/.gitignore b/.gitignore index e19e2e9..936e10d 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,25 @@ /.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_*/ \ No newline at end of file diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..e6733d1 --- /dev/null +++ b/readme.md @@ -0,0 +1 @@ +2D Platformer for exploring game development basics and movement physics \ No newline at end of file