piskel/.gitignore
2014-12-18 22:29:14 +01:00

27 lines
413 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
# diffs
diff.txt
# build destination
dest
build/closure/closure_compiled_binary.js
# plato report directory
report
# marked as private
*.private.*