Skip to content

Commit

Permalink
fix over-aggressive .gitignore and add missing files
Browse files Browse the repository at this point in the history
  • Loading branch information
ericmandel committed May 21, 2019
1 parent a18c2ed commit 762861e
Show file tree
Hide file tree
Showing 13 changed files with 558 additions and 35 deletions.
65 changes: 30 additions & 35 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ foo*
goo*
node.log
js9node.log
/Makefile
/libutil.a
conf.h
config.status
config.log
Expand All @@ -23,38 +21,35 @@ tpos
js9helper
js9
js9helper.pc
plotly.min.js
.DS_Store
js/.DS_Store
astroem/.DS_Store
a.out.dSYM/
cfitsio/
fits/
hera/
blend/
kes75/
lagoon/
m13/
nan/
net/
notes/
orion/
old/
reproj/
talks/
tmp/
ses/
cmaps/
/png
png/
png-v[0-9]*/
node_modules/socket.io_v*
a.out.dSYM
node_modules/socket.io_v*/
node_modules/selenium-webdriver*/
rites/
sfs/
svc/
large/
smartx/
smartxNode/
test/
helper-plugins/
/Makefile
/libutil.a
/fits
/hera
/blend
/kes75
/lagoon
/m13
/nan
/net
/notes
/orion
/old
/reproj
/talks
/tmp
/ses
/cmaps
/png
/png-v[0-9]*
/rites
/sfs
/svc
/large
/smartx
/smartxNode
/test/
/helper-plugins
Binary file added images/js9logo/png/js9logo_128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/js9logo/png/js9logo_256.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/js9logo/png/js9logo_48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/js9logo/png/js9logo_512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/js9logo/png/js9logo_64.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/js9logo/png/js9logo_96.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
120 changes: 120 additions & 0 deletions node_modules/after/test/after-test.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 762861e

Please sign in to comment.