mirror of
https://github.com/Polprzewodnikowy/N64FlashcartMenu.git
synced 2025-09-16 02:09:36 +02:00
24 lines
399 B
Plaintext
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
|