Browse Source

chore(gitignore): add NPM's specific files to .gitignore

tags/v0.3.0
Jérôme Deuchnord 4 years ago
parent
commit
87753fdfd8
No known key found for this signature in database GPG Key ID: BC6F3C345B7D33B0
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      .gitignore

+ 2
- 0
.gitignore View File

@@ -4,3 +4,5 @@ __pycache__
kosmorro.egg-info
.coverage
coverage.xml
node_modules/
package-lock.json

Loading…
Cancel
Save