Skip to content

Commit 6d306f9

Browse files
committed
move default modules from /modules/default to /default/modules
1 parent 34913bf commit 6d306f9

File tree

111 files changed

+36
-37
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

111 files changed

+36
-37
lines changed

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,8 @@ Temporary Items
5454
.directory
5555
.Trash-*
5656

57-
# Ignore all modules except the default modules.
57+
# Ignore all modules
5858
/modules/*
59-
!/modules/default
6059

6160
# Ignore changes to the custom css files but keep the sample and main.
6261
/css/*

cspell.config.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -344,10 +344,10 @@
344344
"css/roboto.css",
345345
"node_modules/**",
346346
"modules/!(default)/**",
347-
"modules/default/**/translations/!(en).json",
348-
"modules/default/calendar/windowsZones.json",
349-
"modules/default/clock/faces/*.svg",
350-
"modules/default/weather/providers/yr.js",
347+
"default/modules/**/translations/!(en).json",
348+
"default/modules/calendar/windowsZones.json",
349+
"default/modules/clock/faces/*.svg",
350+
"default/modules/weather/providers/yr.js",
351351
"tests/mocks/**",
352352
"tests/e2e/modules/clock_es_spec.js",
353353
"translations/**"
File renamed without changes.

0 commit comments

Comments
 (0)