Merge pull request #125 from paddy-exe/add-gitignore-section-before-copy

Add gitignore section for library binaries before copy
This commit is contained in:
Patrick Exner (FlameLizard)
2026-06-04 15:27:04 +02:00
committed by GitHub
9 changed files with 3 additions and 13 deletions

16
.gitignore vendored
View File

@@ -3,20 +3,10 @@
.godot/ .godot/
# Ignore library files but not the gdextension file # Ignore library files but not the gdextension file
project/bin/* /bin/**
!project/bin/android
project/bin/android/*
!project/bin/android/.gitkeep
!project/bin/linux
project/bin/linux/*
!project/bin/linux/.gitkeep
!project/bin/macos
project/bin/macos/*
!project/bin/macos/.gitkeep
!project/bin/windows
project/bin/windows/*
!project/bin/windows/.gitkeep
!project/bin/*.gdextension !project/bin/*.gdextension
# Ignore scons database
.sconsign*.dblite .sconsign*.dblite
# Ignore custom.py # Ignore custom.py

View File

View File

View File

View File