mirror of
https://github.com/cverinc/marktile.git
synced 2026-07-22 07:42:21 +00:00
chore: add .gitignore (ignore .DS_Store / *.bak / node_modules)
The publish repo previously had no .gitignore, so .DS_Store showed up as untracked. Add one to keep the working tree clean. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
0074a63b03
commit
46c2c028d2
1 changed files with 3 additions and 0 deletions
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
.DS_Store
|
||||
*.bak
|
||||
node_modules/
|
||||
Loading…
Reference in a new issue