.gitignore 536 B

123456789101112131415161718192021222324252627282930313233
  1. # Miscellaneous
  2. *.class
  3. *.log
  4. *.pyc
  5. *.swp
  6. .DS_Store
  7. .atom/
  8. .buildlog/
  9. .history
  10. .svn/
  11. migrate_working_dir/
  12. # IntelliJ related
  13. *.iml
  14. *.ipr
  15. *.iws
  16. .idea/
  17. # The .vscode folder contains launch configuration and tasks you configure in
  18. # VS Code which you may wish to be included in version control, so this line
  19. # is commented out by default.
  20. #.vscode/
  21. # Symbolication related
  22. app.*.symbols
  23. # Obfuscation related
  24. app.*.map.json
  25. # Android Studio will place build artifacts here
  26. /android/app/debug
  27. /android/app/profile
  28. /android/app/release