Newer
Older
pixi.js / .gitignore
@Matt Karl Matt Karl on 23 Dec 2016 306 bytes Make ignore more strict
# 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
/examples_old
/bin
/coverage
/lib
/dist

# jetBrains IDE ignores
.idea