We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6743515 + 4488915 commit 1ffc1f0Copy full SHA for 1ffc1f0
Godot.gitignore
@@ -1,3 +1,6 @@
1
+# Godot 4+ specific ignores
2
+.godot/
3
+
4
# Godot-specific ignores
5
.import/
6
export.cfg
@@ -9,3 +12,4 @@ export_presets.cfg
9
12
# Mono-specific ignores
10
13
.mono/
11
14
data_*/
15
+mono_crash.*.json
community/DotNet/Umbraco.gitignore
@@ -39,11 +39,14 @@
39
#ignore umbraco backoffice assest from wwwroot
40
**/wwwroot/umbraco/
41
42
+# SQLite files
43
+*.sqlite.db*
44
45
#ignore umbraco data/views/settings
46
**/umbraco/
47
48
#include default location for modelsbuilder output
49
!**/umbraco/models
50
51
#include default location for packages
-!**/umbraco/Data/packages
52
+!**/umbraco/Data/packages
0 commit comments