2012-09-09 02:09:18 +04:00
|
|
|
# mac artefacts
|
2012-09-02 02:44:55 +04:00
|
|
|
*.DS_Store
|
2012-09-09 02:09:18 +04:00
|
|
|
|
2013-05-28 01:42:16 +04:00
|
|
|
# nodejs local installs
|
|
|
|
node_modules
|
2013-08-04 20:27:32 +04:00
|
|
|
npm-debug.log
|
2013-05-28 01:42:16 +04:00
|
|
|
|
2012-09-09 02:09:18 +04: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-09 02:28:58 +04:00
|
|
|
*.sublime-workspace
|
|
|
|
|
|
|
|
# git stackdumps
|
2013-08-04 20:27:32 +04:00
|
|
|
*.stackdump
|
|
|
|
|
2014-02-17 01:37:09 +04:00
|
|
|
|
2014-04-23 01:57:30 +04:00
|
|
|
# diffs
|
|
|
|
diff.txt
|
|
|
|
|
2014-05-06 00:36:34 +04:00
|
|
|
# build destination
|
|
|
|
dest
|
2014-06-23 02:49:54 +04:00
|
|
|
build/closure/closure_compiled_binary.js
|
2014-03-17 00:15:34 +04:00
|
|
|
|
2014-12-19 00:29:14 +03:00
|
|
|
# plato report directory
|
|
|
|
report
|
|
|
|
|
2014-03-17 00:15:34 +04:00
|
|
|
# marked as private
|
|
|
|
*.private.*
|