ninjadev/nin

`nin new` should add template .gitignore file

stianjensen opened this issue · 2 comments

After running nin new I get the following with git status:

$ git status
On branch master
Your branch is up-to-date with 'origin/master'.
Untracked files:
	gen/
	index.html
	nin.json
	res/
	src/

At least gen should be in the gitignore file. Also bin is a folder we want to gitignore

But it does, @stianjensen! You must have removed it when removing the .git subdirectory in the /re repository!

**
image
**