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.

.gitignore 137 B

10 vuotta sitten
9 vuotta sitten
6 vuotta sitten
1234567891011
  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