Цей веб-сайт працює краще з JavaScript.
Головна
Огляд
Довідка
Увійти
ObsidianBlk
/
nespaint
Слідкувати
1
В обрані
0
Форк
0
Код
Проблеми
0
Запити на злиття
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 символів.
165
Коміти
4
Гілки
Дерево:
e0646ffc1f
dev
dev-bank
dev-tmpl
master
Гілки
Теги
${ item.name }
Створити гілку
${ searchTerm }
з 'e0646ffc1f'
${ 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/*