diff options
| author | houston[bot] <astrobot-houston@users.noreply.github.com> | 2023-08-01 18:48:26 +0100 |
|---|---|---|
| committer | Joe Carstairs <jcarstairs@scottlogic.com> | 2023-08-01 18:48:26 +0100 |
| commit | 6bd4846b71944add485433703d85982b2396d9ad (patch) | |
| tree | 1a2a41db792a8d3bbb985b2f0e6af1eeed6f3668 /.gitignore | |
Initial commit from Astro
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6d4c0aa --- /dev/null +++ b/.gitignore @@ -0,0 +1,21 @@ +# 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 |
