.gitignore 88 B

12345678910
  1. # ignoring temp json files
  2. temp_*.json
  3. # ignoring build files
  4. build/**
  5. *.out
  6. *.html