mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
40 lines
590 B
Plaintext
40 lines
590 B
Plaintext
# mac artifacts
|
|
*.DS_Store
|
|
|
|
# nodejs local installs
|
|
node_modules
|
|
npm-debug.log
|
|
|
|
# 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
|
|
*.sublime-workspace
|
|
|
|
# netbeans project folder
|
|
nbproject
|
|
|
|
# vscode workspace folder
|
|
.vscode
|
|
|
|
# git stackdumps
|
|
*.stackdump
|
|
|
|
# diffs
|
|
diff.txt
|
|
|
|
# build destination
|
|
dest
|
|
build/closure/closure_compiled_binary.js
|
|
|
|
# spriting artifacts
|
|
src/img/icons.png
|
|
src/img/icons@2x.png
|
|
src/css/icons.css
|
|
|
|
# plato report directory
|
|
report
|
|
|
|
# marked as private
|
|
*.private.* |