piskel/.gitignore

27 lines
413 B
Text
Raw Normal View History

# mac artefacts
*.DS_Store
2013-05-27 21:42:16 +00:00
# nodejs local installs
node_modules
npm-debug.log
2013-05-27 21:42:16 +00:00
# sublime text stuff (the -project should actually be shared, but then we'd have to share the same disk location)
*.sublime-project
2012-09-08 22:28:58 +00:00
*.sublime-workspace
# git stackdumps
*.stackdump
2014-02-16 21:37:09 +00:00
# diffs
diff.txt
# build destination
dest
build/closure/closure_compiled_binary.js
2014-03-16 20:15:34 +00:00
2014-12-18 21:29:14 +00:00
# plato report directory
report
2014-03-16 20:15:34 +00:00
# marked as private
*.private.*