Skip to content

Commit 2a25818

Browse files
authored
Merge pull request #27 from SideStore/wesleybryie/rework
improvement: rework documentation
2 parents 4c7d16e + 8f6cdf8 commit 2a25818

Some content is hidden

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

84 files changed

+47054
-6642
lines changed

.editorconfig

Lines changed: 0 additions & 14 deletions
This file was deleted.

.github/workflows/deploy.yml

Lines changed: 0 additions & 34 deletions
This file was deleted.

.gitignore

Lines changed: 15 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,21 @@
1-
# Project Files
2-
/.idea
3-
/.vscode
4-
/.vs
1+
# Dependencies
2+
/node_modules
53

6-
# Build Files
7-
/dist
4+
# Production
5+
/build
86

9-
# Dependency directories
10-
/.astro
11-
/node_modules
7+
# Generated files
8+
.docusaurus
9+
.cache-loader
10+
.yarn
11+
12+
# Misc
13+
.DS_Store
14+
.env.local
15+
.env.development.local
16+
.env.test.local
17+
.env.production.local
1218

13-
# Logs
1419
npm-debug.log*
1520
yarn-debug.log*
1621
yarn-error.log*
17-
pnpm-debug.log*
18-
19-
# Environment Variables
20-
.env
21-
.env.production
22-
23-
#OSX Stuff
24-
.DS_Store
25-
.DS_Store?
26-
._*
27-
.Spotlight-V100
28-
.Trashes
29-
ehthumbs.db
30-
Thumbs.db

0 commit comments

Comments
 (0)