Files
N64FlashcartMenu/.gitignore
Robin Jones f6187fbd2e Update changelog
Keep ignoring old FiraMonoBold.font64, as may be cached on old filesystems.
2025-09-03 16:45:20 +01:00

24 lines
399 B
Plaintext

# Ignore editor specific config folders/files
/.vscode
# Ignore compilation result directories
/build
/output
# Ignore generated files in the libdragon FS
/filesystem/Firple-Bold.font64
/filesystem/FiraMonoBold.font64
/filesystem/*.wav64
/filesystem/*.sprite
# Ignore external development tools
/tools/*
# Ignore any N64 ROM
**/*.n64
**/*.v64
**/*.z64
# Ignore macOS filesystem cruft
.DS_Store