Commit c3de4d84be681b2aa5546e0ca284c7a5ad11d70c

Authored by Caio Almeida
1 parent 06e0c1a6

Putting .gitignore back

Showing 1 changed file with 10 additions and 4 deletions   Show diff stats
.gitignore
1   -# Specifies intentionally untracked files to ignore when using Git
2   -# http://git-scm.com/docs/gitignore
3   -
4   -
  1 +*~
  2 +*.swo
  3 +*.swp
  4 +*.keystore
  5 +www/js/config.js
  6 +node_modules
  7 +node_modules/
  8 +platforms/
  9 +plugins/
  10 +npm-debug.log
... ...