piskel/.gitignore

40 lines
590 B
Plaintext
Raw Normal View History

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