.gitignore 125 B

12345678910
  1. # Godot 4+ specific ignores
  2. .godot/
  3. # export files
  4. export/*
  5. !export/.gitkeep
  6. !export/web
  7. export/web/*
  8. !export/web/.gitkeep