.gitignore 84 B

12345678
  1. /.idea
  2. /node_modules
  3. /package-lock.json
  4. /yarn.lock
  5. # Built output.
  6. /app/*.js
  7. /js/*