Пожалуйста, включите JavaScript.
Главная
Обзор
Помощь
Вход
ObsidianBlk
/
nespaint
Следить
1
В избранное
0
Форкнуть
0
Код
Задачи
0
Pull Request'ы
0
Релизы
0
Вики
Активность
A pixel art painter geared specifically at NES pixel art. Includes export for .chr binary file as well as palette and namespace data.
Вы не можете выбрать более 25 тем
Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
192
коммитов
4
Ветки
Дерево:
d706e08883
dev
dev-bank
dev-tmpl
master
Ветки
Теги
${ item.name }
Создать ветку
${ searchTerm }
из 'd706e08883'
${ noResults }
nespaint
/
.gitignore
.gitignore
48B
Исходник
Normal View
История
Created a very basic server using node. Included express and ejs as dependencies.
5 лет назад
Switching from a pure css file to a dynamically generated sass -> css. Server will watch for sass file changes and update as needed. Path app/css/nespaint.css is now ignored as it's generated at start if missing.
5 лет назад
Somehow missed the .gitignore file. Yay :-/
6 лет назад
Modified .gitignore so as NOT to include the /doc folder.
6 лет назад
1
2
3
4
node_modules/*
app/css/nespaint.css
*.swp
doc/*