Commit ac499870ff64dd974c2eed4cfae21024f909e29d

Authored by Victor Costa
1 parent 43fba5c0

Add files to gitIgnore

Showing 1 changed file with 3 additions and 2 deletions   Show diff stats
.gitignore
... ... @@ -6,6 +6,7 @@ coverage/
6 6 .tmp/
7 7 dist/
8 8 src/noosfero.js*
9   -src/commons.js
10   -src/noosfero-specs.js
  9 +src/commons.js*
  10 +src/noosfero-specs.js*
11 11 typings
  12 +npm-debug.log
... ...