๐Ÿ“ฆ yoshinorin / dummy-image-generator

๐Ÿ“„ .gitignore ยท 35 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35# Dependencies
node_modules/

# Build output
dist/

# Generated images (optional - remove if you want to track generated images)
output/
test-output/
*.jpg
*.jpeg
*.png
*.gif
*.tiff
*.webp

# Logs
*.log
npm-debug.log*

# Environment
.env
.env.local

# IDE
.vscode/
.idea/

# OS
.DS_Store
Thumbs.db

# TypeScript
*.tsbuildinfo