diff options
| author | Fuwn <[email protected]> | 2023-08-26 22:29:03 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-08-26 22:29:03 -0700 |
| commit | b89d0e7dada186e31be37e62a7a75efc2dbe9c99 (patch) | |
| tree | 8c9f6b5d7aa0f709c06d5eb45fbf763883b21c89 /.gitignore | |
| download | due.moe-b89d0e7dada186e31be37e62a7a75efc2dbe9c99.tar.xz due.moe-b89d0e7dada186e31be37e62a7a75efc2dbe9c99.zip | |
feat: initial build
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..ced480f7 --- /dev/null +++ b/.gitignore @@ -0,0 +1,27 @@ +# Misc. +.DS_Store + +# Node.js +node_modules + +# SvelteKit +/build +/.svelte-kit +/package + +# Development +.env +.env.* +!.env.example + +# PNPM +pnpm-lock.yaml + +# NPM +package-lock.json + +# Yarn +yarn.lock + +# Visual Studio Code +.vscode |