piskel/.gitignore
2014-02-16 22:37:09 +01:00

22 lines
378 B
Plaintext

# mac artefacts
*.DS_Store
# nodejs local installs
node_modules
npm-debug.log
# sublime text stuff (the -project should actually be shared, but then we'd have to share the same disk location)
*.sublime-project
*.sublime-workspace
# git stackdumps
*.stackdump
# builds
build
# marked as private
*.private.*
# Closure compiler generated JS binary.
closure_compiled_binary.js