Skip to content

Commit 1ffc1f0

Browse files
Merge branch 'github:main' into add-trx
2 parents 6743515 + 4488915 commit 1ffc1f0

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Godot.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Godot 4+ specific ignores
2+
.godot/
3+
14
# Godot-specific ignores
25
.import/
36
export.cfg
@@ -9,3 +12,4 @@ export_presets.cfg
912
# Mono-specific ignores
1013
.mono/
1114
data_*/
15+
mono_crash.*.json

community/DotNet/Umbraco.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,14 @@
3939
#ignore umbraco backoffice assest from wwwroot
4040
**/wwwroot/umbraco/
4141

42+
# SQLite files
43+
*.sqlite.db*
44+
4245
#ignore umbraco data/views/settings
4346
**/umbraco/
4447

4548
#include default location for modelsbuilder output
4649
!**/umbraco/models
4750

4851
#include default location for packages
49-
!**/umbraco/Data/packages
52+
!**/umbraco/Data/packages

0 commit comments

Comments
 (0)