website/.gitignore

33 lines
392 B
Plaintext
Raw Permalink Normal View History

2023-04-07 00:25:47 +02:00
# build output
dist/
# environment variables
.env
.env.production
# macOS-specific files
.DS_Store
2023-04-08 01:27:59 +02:00
# binary blobs
2024-08-21 23:44:08 +02:00
public/**/*.wasm
2023-04-08 01:27:59 +02:00
public/**/*.jpg
2023-04-08 19:47:34 +02:00
public/**/*.png
public/**/*.webp
2024-04-13 15:26:52 +02:00
content/**/*.jpg
content/**/*.png
content/**/*.webp
2024-02-01 21:34:02 +01:00
# Kanji generator
tools/kklc/kklc.csv
tools/kklc/target/
public/static/kanji/
2024-04-13 15:26:52 +02:00
# Rust
target/
# JavaScript
js/**/node_modules/
2024-07-07 13:09:14 +02:00
2024-07-20 17:08:11 +02:00
# Hashed file cache
.cache