.gitignore 72 B

1234567
  1. dist/*
  2. node_modules/*
  3. src/antlr/*
  4. !src/antlr/*.g4
  5. !src/antlr/*Base.js