Skip to content

Commit 964f31b

Browse files
committed
chore: update .gitignore for Astro, untrack dist and .astro
1 parent 98e8005 commit 964f31b

27 files changed

+21
-1408
lines changed

.astro/astro/content.d.ts

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

.astro/keystatic-imports.js

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

.astro/settings.json

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

.astro/types.d.ts

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

.gitignore

Lines changed: 21 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,30 @@
1-
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
1+
# Dependencies
2+
node_modules/
23

3-
# dependencies
4-
/node_modules
5-
/.pnp
6-
.pnp.js
4+
# Build output
5+
dist/
6+
.output/
77

8-
# testing
9-
/coverage
8+
# Astro cache
9+
.astro/
1010

11-
# production
12-
/build
11+
# Environment
12+
.env
13+
.env.local
14+
.env.*.local
1315

14-
# misc
16+
# OS
1517
.DS_Store
16-
.env.local
17-
.env.development.local
18-
.env.test.local
19-
.env.production.local
18+
Thumbs.db
2019

20+
# Logs
2121
npm-debug.log*
2222
yarn-debug.log*
2323
yarn-error.log*
24+
pnpm-debug.log*
25+
26+
# Editor
27+
.vscode/
28+
.idea/
29+
*.swp
30+
*.swo

dist/404.html

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

dist/_astro/_slug_.BmiWAgRC.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

dist/_astro/client.12hVY3n3.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

dist/_astro/hoisted.BG8SLDj6.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

dist/_astro/hoisted.CRzPjfg7.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)