You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

15 line
164 B

  1. # Ignore builds
  2. build/**
  3. # Ignore OS X stuff
  4. .DS_Store
  5. # Ignore generated docs
  6. utils/doc/generated_docs
  7. # Ignore IntelliJ Files
  8. .idea
  9. # Ignore logs
  10. tests/*.log