mirror of
https://github.com/github/gitignore
synced 2025-07-04 12:28:30 +02:00
Add new pico-8 console template
Pico-8 is popular fantasy console for making/playing/sharing tiny games written in Lua. The tiny footprint executable includes and editor+tools to make all code and assets. (more details at: https://www.lexaloffle.com/pico-8.php) Pico-8 project files have a .p8 extension. This template disallows exported file type extensions and the default 'demos' folder.
This commit is contained in:
parent
6ffcee9711
commit
df8947e8af
1 changed files with 10 additions and 0 deletions
10
pico8.gitignore
Normal file
10
pico8.gitignore
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
# exported file types
|
||||||
|
*.p8.png
|
||||||
|
*.png
|
||||||
|
*.wav
|
||||||
|
*.js
|
||||||
|
*.html
|
||||||
|
*.bin
|
||||||
|
|
||||||
|
# demos folder
|
||||||
|
demos/
|
Loading…
Add table
Add a link
Reference in a new issue