diff options
author | LarsVomMars | 2024-12-26 23:41:15 +0100 |
---|---|---|
committer | LarsVomMars | 2024-12-26 23:41:15 +0100 |
commit | 70625ce62aba43e586901d340ae81c2830d9fbc6 (patch) | |
tree | cee316ca645864968753439aa241cf105d270617 /.gitignore |
init
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e290c44 --- /dev/null +++ b/.gitignore @@ -0,0 +1,25 @@ +# 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/ +.vscode/
\ No newline at end of file |