.gitignore 236 B

123456789101112131415
  1. # ignore all bin directories
  2. # matches "bin" in any subfolder
  3. bin/
  4. # ignore all target directories
  5. target/
  6. # ignore all files ending with ~
  7. *~
  8. .tmp
  9. arav_up_client/bower_components
  10. arav_up_client_old/
  11. arav_up_api_old/
  12. /.brackets.json