Skip to content

Commit

Permalink
Update gitignore for newer Astro in demo
Browse files Browse the repository at this point in the history
  • Loading branch information
delucis committed Oct 27, 2024
1 parent a80bb8c commit 63b7126
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
dist/
.output/

# astro files
.astro

# dependencies
node_modules/

Expand Down
1 change: 1 addition & 0 deletions demo/src/env.d.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/// <reference path="../.astro/types.d.ts" />
/// <reference types="astro/client" />

0 comments on commit 63b7126

Please sign in to comment.