Merge branch 'github:main' into add-trx

This commit is contained in:
Kevin Kostrzewa 2023-03-01 19:36:49 -05:00 committed by GitHub
commit 1ffc1f0a0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,6 @@
# Godot 4+ specific ignores
.godot/
# Godot-specific ignores
.import/
export.cfg
@ -9,3 +12,4 @@ export_presets.cfg
# Mono-specific ignores
.mono/
data_*/
mono_crash.*.json

View File

@ -39,6 +39,9 @@
#ignore umbraco backoffice assest from wwwroot
**/wwwroot/umbraco/
# SQLite files
*.sqlite.db*
#ignore umbraco data/views/settings
**/umbraco/
@ -46,4 +49,4 @@
!**/umbraco/models
#include default location for packages
!**/umbraco/Data/packages
!**/umbraco/Data/packages