piskel/.gitignore
2013-10-23 23:43:37 +02:00

15 lines
271 B
Plaintext

# mac artefacts
*.DS_Store
# nodejs local installs
node_modules
#build artifacts
build
# 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