25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

15 lines
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