Skip to content

Commit

Permalink
Astro init && pages
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobMGEvans committed Oct 22, 2021
1 parent e6fc702 commit 42c8246
Show file tree
Hide file tree
Showing 50 changed files with 224 additions and 18,107 deletions.
19 changes: 18 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,18 @@
node_modules
# build output
dist

# dependencies
node_modules/
.snowpack/

# logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# environment variables
.env
.env.production

# macOS-specific files
.DS_Store
4 changes: 3 additions & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
## force pnpm to hoist
shamefully-hoist = true
package-lock=false
legacy-peer-deps=true
legacy-peer-deps=true
File renamed without changes.
1 change: 0 additions & 1 deletion CONTRIBUTING.md

This file was deleted.

File renamed without changes.
18 changes: 0 additions & 18 deletions astro/.gitignore

This file was deleted.

2 changes: 0 additions & 2 deletions astro/.npmrc

This file was deleted.

156 changes: 0 additions & 156 deletions astro/README.md

This file was deleted.

Loading

0 comments on commit 42c8246

Please sign in to comment.