piskel/.gitignore
2013-08-04 21:55:47 +02:00

16 lines
277 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
# builds
build