Skip to content

Commit 87bc48c

Browse files
committed
Move source to root folder
1 parent b62bae8 commit 87bc48c

File tree

1,347 files changed

+24
-50
lines changed

Some content is hidden

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

1,347 files changed

+24
-50
lines changed
File renamed without changes.
File renamed without changes.

.gitignore

Lines changed: 23 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,31 @@
11
# Dependencies
2-
/dev/node_modules/
3-
/dev/docs/readmes/
2+
node_modules/
3+
docs/readmes/
44

55
# Production
6-
/dev/build/
6+
build/
77

88
# Generated files
9-
/dev/.docusaurus
10-
/dev/.cache-loader
11-
/docs2/
9+
.docusaurus
10+
.cache-loader
11+
readmes
12+
13+
# Copied assets
14+
/static/assets/bpa-icons/
15+
/static/assets/bundes/
16+
/static/assets/codicons/
17+
/static/assets/fontawesome-free/
18+
/static/assets/icofont/
19+
/static/assets/kreon/
20+
/static/assets/material-icons/
21+
/static/assets/material-symbols/
22+
/static/assets/noto-sans/
23+
/static/assets/roboto/
24+
/static/assets/tabler-icons/
25+
/static/assets/kolibri.ico
26+
/static/cheat-sheet/
27+
/static/assets/components-esm
28+
/static/assets/themes
1229

1330
# Misc
1431
.DS_Store
File renamed without changes.

dev/.npmrc renamed to .npmrc

File renamed without changes.
File renamed without changes.
File renamed without changes.

dev/README.md renamed to README.md

File renamed without changes.

0 commit comments

Comments
 (0)