2017-06-09 08:26:28 +00:00
|
|
|
# mac artifacts
|
2012-09-01 22:44:55 +00:00
|
|
|
*.DS_Store
|
2012-09-08 22:09:18 +00:00
|
|
|
|
2013-05-27 21:42:16 +00:00
|
|
|
# nodejs local installs
|
|
|
|
node_modules
|
2013-08-04 16:27:32 +00:00
|
|
|
npm-debug.log
|
2013-05-27 21:42:16 +00:00
|
|
|
|
2015-04-23 21:59:05 +00:00
|
|
|
# node webkit cache
|
|
|
|
cache
|
|
|
|
|
2012-09-08 22:09:18 +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
|
|
|
|
|
2016-02-02 15:39:57 +00:00
|
|
|
# netbeans project folder
|
|
|
|
nbproject
|
|
|
|
|
2017-06-09 08:26:28 +00:00
|
|
|
# vscode workspace folder
|
|
|
|
.vscode
|
|
|
|
|
2012-09-08 22:28:58 +00:00
|
|
|
# git stackdumps
|
2013-08-04 16:27:32 +00:00
|
|
|
*.stackdump
|
|
|
|
|
2014-04-22 21:57:30 +00:00
|
|
|
# diffs
|
|
|
|
diff.txt
|
|
|
|
|
2014-05-05 20:36:34 +00:00
|
|
|
# build destination
|
|
|
|
dest
|
2014-06-22 22:49:54 +00:00
|
|
|
build/closure/closure_compiled_binary.js
|
2014-03-16 20:15:34 +00:00
|
|
|
|
2015-11-29 23:08:50 +00:00
|
|
|
# spriting artifacts
|
|
|
|
src/img/icons.png
|
2016-08-31 20:40:22 +00:00
|
|
|
src/img/icons@2x.png
|
2015-11-29 23:08:50 +00:00
|
|
|
src/css/icons.css
|
|
|
|
|
2014-12-18 21:29:14 +00:00
|
|
|
# plato report directory
|
|
|
|
report
|
|
|
|
|
2014-03-16 20:15:34 +00:00
|
|
|
# marked as private
|
|
|
|
*.private.*
|