diff options
| author | Gab Virebent <gabriel1@virebent.art> | 2026-08-22 20:36:56 +0200 |
|---|---|---|
| committer | Gab Virebent <gabriel1@virebent.art> | 2026-08-22 20:36:56 +0200 |
| commit | f84e22433a9dbee4d34a22a266e028e545bdd8fd (patch) | |
| tree | 936af34d6bb2a0fb32814345418d6d4038dc6f2f /.gitignore | |
| download | identicons-web-f84e22433a9dbee4d34a22a266e028e545bdd8fd.tar.gz identicons-web-f84e22433a9dbee4d34a22a266e028e545bdd8fd.tar.xz identicons-web-f84e22433a9dbee4d34a22a266e028e545bdd8fd.zip | |
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8621ce2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +# Local build output +/identicons-cli + +# Uploaded or generated runtime files +uploads/ +*.tmp + +# Editor and OS files +.DS_Store +*.swp + |
