diff options
author | Mathias Magnusson <mathias@magnusson.space> | 2025-08-14 14:12:05 +0200 |
---|---|---|
committer | Mathias Magnusson <mathias@magnusson.space> | 2025-08-14 14:12:05 +0200 |
commit | 59f99c59d577ac4c640bee676856969ec035bcb6 (patch) | |
tree | 02704db160b20505d31e5a494939a2e12c72f44b /.gitignore | |
download | uneven-59f99c59d577ac4c640bee676856969ec035bcb6.tar.gz |
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..36fabb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,28 @@ +# dev +.yarn/ +!.yarn/releases +.vscode/* +!.vscode/launch.json +!.vscode/*.code-snippets +.idea/workspace.xml +.idea/usage.statistics.xml +.idea/shelf + +# deps +node_modules/ + +# env +.env +.env.production + +# logs +logs/ +*.log +npm-debug.log* +yarn-debug.log* +yarn-error.log* +pnpm-debug.log* +lerna-debug.log* + +# misc +.DS_Store |