Skip to content

Commit

Permalink
Clean up config files, hide old changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
mthierman committed Sep 28, 2023
1 parent 72f8fb0 commit 9852c1d
Show file tree
Hide file tree
Showing 11 changed files with 1,045 additions and 8,587 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# build output
dist/

# generated types
.astro/

# dependencies
package-lock.json
node_modules/

# logs
Expand All @@ -12,7 +14,6 @@ yarn-debug.log*
yarn-error.log*
pnpm-debug.log*


# environment variables
.env
.env.production
Expand Down
12 changes: 0 additions & 12 deletions .prettierrc.yaml

This file was deleted.

7,615 changes: 0 additions & 7,615 deletions package-lock.json

This file was deleted.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "surge-synthesizer.github.io",
"version": "0.0.1",
"type": "module",
"private": true,
"scripts": {
"astro": "astro",
"dev": "astro dev",
Expand Down
Loading

0 comments on commit 9852c1d

Please sign in to comment.