piskel/.gitignore

26 lines
427 B
Plaintext
Raw Normal View History

# mac artefacts
*.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
# 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
# git stackdumps
*.stackdump
# builds
2014-03-17 00:15:34 +04:00
build/*.js
build/*.css
2014-02-17 01:37:09 +04:00
# diffs
diff.txt
# Closure compiler generated JS binary.
2014-03-17 00:15:34 +04:00
build/closure/closure_compiled_binary.js
# marked as private
*.private.*