Newer
Older
pixi.js / .gitignore
@mathew groves mathew groves on 8 Feb 2015 255 bytes Added Power of Two check to renderTarget
# sublime text files
*.sublime*
*.*~*.TMP

# temp files
.DS_Store
Thumbs.db
Desktop.ini
npm-debug.log

# project files
.project

# vim swap files
*.sw*

# emacs temp files
*~
\#*#

# project ignores
!.gitkeep
*__temp
node_modules
docs/
bin/
examples_old/