Skip to content

Commit

Permalink
fix gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
dpronin committed Dec 20, 2017
1 parent 75d6238 commit dd7ac81
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 20 deletions.
10 changes: 10 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,13 @@ node_modules
project.properties
project.xml
/nbproject/private/

src/*.js
src/*.js.map

lib/asn1js/*.js
lib/asn1js/*.js.map
!lib/asn1js/oids.js

lib/jsbn/*.js
lib/jsbn/*.js.map
20 changes: 0 additions & 20 deletions lib/jsbn/rsa-async.js

This file was deleted.

0 comments on commit dd7ac81

Please sign in to comment.