Skip to content

Commit

Permalink
gitignore generated assets
Browse files Browse the repository at this point in the history
  • Loading branch information
OliverGrack committed Jan 26, 2025
1 parent a526334 commit 7377672
Show file tree
Hide file tree
Showing 16 changed files with 6 additions and 9 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,7 @@ gitignore
# System Files
.DS_Store
Thumbs.db
.assetpack
.assetpack

# Generated via assetpack build
public/assets
4 changes: 2 additions & 2 deletions assetpack-plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import { type Plugin, type ResolvedConfig } from 'vite';

const compressionOptions: CompressOptions = {
jpg: false,
png: { quality: 75 },
webp: { quality: 75, alphaQuality: 75 },
png: { quality: 80 },
webp: { quality: 80, alphaQuality: 80 },
avif: false,
bc7: false,
astc: false,
Expand Down
Binary file removed public/assets/Inv_0009_crossroads.png
Binary file not shown.
Binary file removed public/assets/Inv_0009_crossroads.webp
Binary file not shown.
Binary file removed public/assets/map-cornifer.png
Binary file not shown.
1 change: 0 additions & 1 deletion public/assets/map-cornifer.png.json

This file was deleted.

Binary file removed public/assets/map-cornifer.webp
Binary file not shown.
1 change: 0 additions & 1 deletion public/assets/map-cornifer.webp.json

This file was deleted.

Binary file removed public/assets/map.png
Binary file not shown.
1 change: 0 additions & 1 deletion public/assets/map.png.json

This file was deleted.

Binary file removed public/assets/map.webp
Binary file not shown.
1 change: 0 additions & 1 deletion public/assets/map.webp.json

This file was deleted.

Binary file removed public/assets/wide-map.png
Binary file not shown.
1 change: 0 additions & 1 deletion public/assets/wide-map.png.json

This file was deleted.

Binary file removed public/assets/wide-map.webp
Binary file not shown.
1 change: 0 additions & 1 deletion public/assets/wide-map.webp.json

This file was deleted.

0 comments on commit 7377672

Please sign in to comment.