diff options
| author | houston[bot] <astrobot-houston@users.noreply.github.com> | 2025-10-19 18:30:51 +0200 |
|---|---|---|
| committer | Matthieu Pignolet <matthieu@puffer.fish> | 2025-10-19 18:30:51 +0200 |
| commit | e435718c4dd6e956dc1748689a6156129650c250 (patch) | |
| tree | 575ab9929930553253b9cf0a8b8843d48d7e6867 /.gitignore | |
Initial commit from Astro
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..16d54bb --- /dev/null +++ b/.gitignore @@ -0,0 +1,24 @@ +# build output +dist/ +# generated types +.astro/ + +# dependencies +node_modules/ + +# logs +npm-debug.log* +yarn-debug.log* +yarn-error.log* +pnpm-debug.log* + + +# environment variables +.env +.env.production + +# macOS-specific files +.DS_Store + +# jetbrains setting folder +.idea/ |
