diff --git a/.gitignore b/.gitignore index 91f3c0e..3cb6eff 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,15 @@ +# IDE files +.vscode + +# secret(?) assets _asset song-assets skin-assets + +# generated skin files nautica.json skin.cfg -.vscode \ No newline at end of file + +# any crew that's not the default one, we do not package crew +textures/crew/anim/* +!textures/crew/anim/nothing \ No newline at end of file