mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
bc23e9cea6
Use grunt [default] to build the application. Target dest with a webserver to launch the application.
23 lines
339 B
Plaintext
23 lines
339 B
Plaintext
# mac artefacts
|
|
*.DS_Store
|
|
|
|
# nodejs local installs
|
|
node_modules
|
|
npm-debug.log
|
|
|
|
# sublime text stuff (the -project should actually be shared, but then we'd have to share the same disk location)
|
|
*.sublime-project
|
|
*.sublime-workspace
|
|
|
|
# git stackdumps
|
|
*.stackdump
|
|
|
|
|
|
# diffs
|
|
diff.txt
|
|
|
|
# build destination
|
|
dest
|
|
|
|
# marked as private
|
|
*.private.* |