Spruce-Basin/.gitignore
Aidan Mullen 197662d235 Add debug room
Add debug scene and rename environment scene to title.
2024-05-06 16:58:10 -04:00

56 lines
731 B
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
!LICENSE
!Makefile.am
!README
!TODO
!/bin/main.gdextension
# /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
# /src
!/src/
/src/*
!/src/gdextension_interface.h
!/src/Makefile.am
!/src/main.c
!/src/main.gdextension
!/src/main.h
# Godot 4+ specific ignores
.godot/