diff options
| author | Elizabeth Hunt <me@liz.coffee> | 2025-12-13 00:33:26 -0800 |
|---|---|---|
| committer | Elizabeth Hunt <me@liz.coffee> | 2025-12-13 00:33:26 -0800 |
| commit | 15369496ecc4f8bd2b170b9afc2c2c0558ae97ad (patch) | |
| tree | d85298931252062835557907dc0efdd705f78002 /.gitignore | |
| download | adelie-15369496ecc4f8bd2b170b9afc2c2c0558ae97ad.tar.gz adelie-15369496ecc4f8bd2b170b9afc2c2c0558ae97ad.zip | |
Init adelie
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8b32a77 --- /dev/null +++ b/.gitignore @@ -0,0 +1,32 @@ +# OS +.DS_Store +.DS_Store? +._* +.Spotlight-V100 +.Trashes +ehthumbs.db +Thumbs.db + +# IDE +.vscode +.idea +*.swp +*.swo +*~ +.vim + +# Environment +.env +.env.local + +# Node (if you add build tooling later) +node_modules/ +npm-debug.log +yarn-error.log + +# Docker +.docker + +# Temporary files +*.tmp +*.log |
