diff --git a/.gitignore b/.gitignore index 7a9a55d..f4aff9c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,11 @@ -cosmic rage/worlds/plugins/state/*.xmlcosmic rage/worlds/plugins/state/* -!cosmic rage/worlds/plugins/state/.gitkeep \ No newline at end of file +cosmic rage/worlds/plugins/state/*.xml +cosmic rage/worlds/plugins/state/* +!cosmic rage/worlds/plugins/state/.gitkeep + +# Debug logs and local logging output - can contain snippets of typed game text +*.log +cosmic rage/logs/ + +# SQLite temp files +*.sqlite-shm +*.sqlite-wal \ No newline at end of file diff --git a/cosmic rage/worlds/plugins/state/.gitkeep b/cosmic rage/worlds/plugins/state/.gitkeep index 2a9d2cd..e69de29 100644 --- a/cosmic rage/worlds/plugins/state/.gitkeep +++ b/cosmic rage/worlds/plugins/state/.gitkeep @@ -1,3 +0,0 @@ -cosmic rage/worlds/plugins/state/*.xmlcosmic rage/worlds/plugins/state/* - -!cosmic rage/worlds/plugins/state/.gitkeep \ No newline at end of file