diff options
author | Linnea Gräf <nea@nea.moe> | 2024-11-17 00:58:02 +0100 |
---|---|---|
committer | Linnea Gräf <nea@nea.moe> | 2024-11-17 00:58:02 +0100 |
commit | 5cfe3b72609a361abad791cb95ade2d8e7af0181 (patch) | |
tree | 940233a020b7c1cf43fc52d507d284da95a77efd /web/.gitignore | |
parent | f0848ab60c33e9a4dc301ebf94d26897011ae261 (diff) | |
download | Firmament-5cfe3b72609a361abad791cb95ade2d8e7af0181.tar.gz Firmament-5cfe3b72609a361abad791cb95ade2d8e7af0181.tar.bz2 Firmament-5cfe3b72609a361abad791cb95ade2d8e7af0181.zip |
feat(web): Initial web branch
Diffstat (limited to 'web/.gitignore')
-rw-r--r-- | web/.gitignore | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/web/.gitignore b/web/.gitignore new file mode 100644 index 0000000..f6f4a0b --- /dev/null +++ b/web/.gitignore @@ -0,0 +1,28 @@ +#SPDX-FileCopyrightText: 2024 Linnea Gräf <nea@nea.moe> +# +#SPDX-License-Identifier: CC0-1.0 + +# 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/ |