このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
ObsidianBlk
/
nespaint
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
0
Wiki
アクティビティ
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文字以内のものにしてください。
244
コミット
4
ブランチ
ツリー:
f6992da6be
dev
dev-bank
dev-tmpl
master
ブランチ
タグ
${ item.name }
ブランチ
${ searchTerm }
を作成
'f6992da6be' から
${ noResults }
nespaint
/
.gitignore
.gitignore
62B
Raw
通常表示
履歴
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年前
Added AJV as a project module.
5年前
Somehow missed the .gitignore file. Yay :-/
6年前
Modified .gitignore so as NOT to include the /doc folder.
6年前
1
2
3
4
5
node_modules/*
app/css/nespaint.css
npm-debug.log
*.swp
doc/*