Ignore any generated JS

This commit is contained in:
Eric Schultz 2018-04-06 14:20:16 -05:00
parent 76c9469712
commit a0fbceb5a3

3
.gitignore vendored
View file

@ -45,6 +45,9 @@ config/environments/*.local.yml
#local bins we use for builds
.bin
#generated typescript APIs from Grape
javascripts/api
# thing we want to keep in public
!public/*.html
!public/maintenance.html