# See https://help.github.com/articles/ignoring-files for more about ignoring # files. # # If you find yourself ignoring temporary files generated by your text editor # or operating system, you probably want to add a global ignore instead: # git config --global core.excludesfile "~/.gitignore_global" # Log *.log # Buck \.buckd/ android/app/libs android/keystores/debug.keystore buck-out/ # Gradle .gradle # Intellij .idea *.iml *.ipr *.iws # node.js node_modules/ # SublimeText *.sublime-project *.sublime-workspace # Visual Studio Code *.vscode # Xcode !default.mode1v3 !default.mode2v3 !default.pbxuser !default.perspectivev3 ## Other *.mode1v3 *.mode2v3 *.moved-aside *.pbxuser *.perspectivev3 *.xccheckout *.xcscmblueprint build/ DerivedData/ xcuserdata/ # Linux !.gitignore *~ .directory .fuse_* # macOS .DS_Store .Spotlight-V100 .Trashes ._* # Windows Desktop.ini Thumbs.db