Spruce-Basin/.gitignore
Aidan C. Mullen 724659b25f Refactor build resources
Move DUB files into /bld/d and add more instructions to README.
2025-03-05 07:44:25 -05:00

111 lines
1.3 KiB
Text

# Only include required source files.
# Do no include any binaries or libraries/external sources.
# Submodules are not added here, as they are managed by Git automatically.
*
*/
# /
!.gitignore
!.gitignores
!AUTHORS
!build.sh
!CHANGELOG
!configure.ac
!extension_api.json
!LICENSE
!Makefile.am
!README
!TODO
!/bin/main.gdextension
# /bld
!/bld/
/bld/*
# /bld/src
!/bld/src/
/bld/src/*
# /bld/src/d
!/bld/src/d/
/bld/src/d/*
!/bld/src/d/dub.sdl
!/bld/src/d/dub.selections.json
# /docs
!/docs/
/docs/*
!/docs/1.1_ACKNOWLEDGMENTS
!/docs/1.2_PRIVACY
# /engine
!/engine/
/engine/*
!/engine/project.godot
!/engine/icon.svg
!/engine/debug.tscn
!/engine/title.tscn
# /engine/bin
!/engine/bin/
/engine/bin/*
!/engine/bin/librtr.gdextension
!/engine/bin/libsb.gdextension
# /engine/img
!/engine/img/
/engine/img/*
!/engine/img/sky.hdr
# /src
!/src/
/src/*
!/src/gdextension_interface.h
!/src/Makefile.am
!/src/main.c
!/src/main.gdextension
!/src/main.h
# /src/init
!/src/init
/src/init/*
# /src/init/cpp
!/src/init/cpp/
/src/init/cpp/*
!/src/init/cpp/bind.cpp
# /src/init/d
!/src/init/d/
/src/init/d/*
!/src/init/d/bind.d
!/src/init/d
# /res
!/res/
/res/*
# /res/mesh
!/res/mesh/
/res/mesh/*
# res/texture
!/res/texture/
/res/texture/*
!/res/texture/Sky.blend
# Godot 4+ specific ignores
.godot/